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 1464-1469 Link Here
1464
    [% INCLUDE 'modals/add_catalog_concern.inc' %]
1464
    [% INCLUDE 'modals/add_catalog_concern.inc' %]
1465
[% END %]
1465
[% END %]
1466
1466
1467
[%# passthrough_data: adds hidden inputs for any data that needs to be preserved and passed back to the controller after a modal response %]
1468
[% BLOCK passthrough_data %]
1469
    <fieldset id="checkin_passthrough">
1470
        <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" />
1471
        <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" />
1472
        <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" />
1473
        <input type="hidden" name="exemptfine" value="[% exemptfine | html %]" />
1474
        [% FOREACH inputloo IN inputloop %]
1475
            <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
1476
            <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
1477
            <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" />
1478
            <input type="hidden" name="nr-[% inputloo.counter | html %]" value="[% inputloo.not_returned | html %]" />
1479
        [% END %]
1480
    </fieldset>
1481
[% END %]
1482
1467
[% MACRO jsinclude BLOCK %]
1483
[% MACRO jsinclude BLOCK %]
1468
    [% INCLUDE 'datatables.inc' %]
1484
    [% INCLUDE 'datatables.inc' %]
1469
    [% INCLUDE 'calendar.inc' %]
1485
    [% INCLUDE 'calendar.inc' %]
1470
- 

Return to bug 38842