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

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

Return to bug 26429