View | Details | Raw Unified | Return to bug 25789
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-2 / +1 lines)
Lines 113-119 Link Here
113
                    [% hold.date | $KohaDates %]
113
                    [% hold.date | $KohaDates %]
114
                [% END %]
114
                [% END %]
115
            </td>
115
            </td>
116
            <td><input type="text" class="datepicker" value="[% hold.expirationdate | $KohaDates %]" size="10" name="expirationdate" /></td>
116
            <td><input type="text" class="datepickerto" value="[% hold.expirationdate | $KohaDates %]" size="10" name="expirationdate" /></td>
117
117
118
            <td>
118
            <td>
119
                [% IF ( hold.found ) %]
119
                [% IF ( hold.found ) %]
120
- 

Return to bug 25789