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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +16 lines)
Lines 1479-1484 Link Here
1479
    [% INCLUDE 'modals/add_catalog_concern.inc' %]
1479
    [% INCLUDE 'modals/add_catalog_concern.inc' %]
1480
[% END %]
1480
[% END %]
1481
1481
1482
[%# passthrough_data: adds hidden inputs for any data that needs to be preserved and passed back to the controller after a modal response %]
1483
[% BLOCK passthrough_data %]
1484
    <fieldset id="checkin_passthrough">
1485
        <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" />
1486
        <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" />
1487
        <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" />
1488
        <input type="hidden" name="exemptfine" value="[% exemptfine | html %]" />
1489
        [% FOREACH inputloo IN inputloop %]
1490
            <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
1491
            <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
1492
            <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" />
1493
            <input type="hidden" name="nr-[% inputloo.counter | html %]" value="[% inputloo.not_returned | html %]" />
1494
        [% END %]
1495
    </fieldset>
1496
[% END %]
1497
1482
[% MACRO jsinclude BLOCK %]
1498
[% MACRO jsinclude BLOCK %]
1483
    [% INCLUDE 'datatables.inc' %]
1499
    [% INCLUDE 'datatables.inc' %]
1484
    [% INCLUDE 'calendar.inc' %]
1500
    [% INCLUDE 'calendar.inc' %]
1485
- 

Return to bug 38842