mdg_giftreg icon indicating copy to clipboard operation
mdg_giftreg copied to clipboard

edit.phtml: some columns can't be saved: no event_date input

Open lycenok opened this issue 7 years ago • 0 comments

we need to add this to the form:

           <li class="field">
                <label class="giftreg" for="event_date"><?php echo $this->__('Event Date') ?></label>
                <input type="date" name="event_date" id="event_date" value="<?php echo $loadedRegistry->getEventDate(); ?>" title="Event Date"/>
            </li>

lycenok avatar Nov 13 '17 05:11 lycenok