Lines 613-618
Link Here
|
613 |
<input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> |
613 |
<input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> |
614 |
<input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> |
614 |
<input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> |
615 |
<input type="hidden" name="transit" value="[% NewTransfer | html %]" /> |
615 |
<input type="hidden" name="transit" value="[% NewTransfer | html %]" /> |
|
|
616 |
<input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> |
616 |
[% FOREACH checkin IN checkins %] |
617 |
[% FOREACH checkin IN checkins %] |
617 |
<input type="hidden" name="checkin_counter" value="[% loop.count | html %]" /> |
618 |
<input type="hidden" name="checkin_counter" value="[% loop.count | html %]" /> |
618 |
<input type="hidden" name="checkin_barcode_[% loop.count | html %]" value="[% checkin.barcode | html %]" /> |
619 |
<input type="hidden" name="checkin_barcode_[% loop.count | html %]" value="[% checkin.barcode | html %]" /> |
619 |
- |
|
|