Lines 614-619
Link Here
|
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 |
<input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> |
|
|
617 |
<input type="hidden" name="exemptfine" value="[% exemptfine | html %]" /> |
617 |
[% FOREACH checkin IN checkins %] |
618 |
[% FOREACH checkin IN checkins %] |
618 |
<input type="hidden" name="checkin_counter" value="[% loop.count | html %]" /> |
619 |
<input type="hidden" name="checkin_counter" value="[% loop.count | html %]" /> |
619 |
<input type="hidden" name="checkin_barcode_[% loop.count | html %]" value="[% checkin.barcode | html %]" /> |
620 |
<input type="hidden" name="checkin_barcode_[% loop.count | html %]" value="[% checkin.barcode | html %]" /> |
620 |
- |
|
|