[% USE T8 %]
[% 'Warehouse' | $T8 %] |
[% 'Bin' | $T8 %] |
[% 'Charge Number' | $T8 %] |
[% IF INSTANCE_CONF.get_show_bestbefore %]
[% 'Best Before' | $T8 %] |
[% END %]
[% 'Qty' | $T8 %] |
[% 'Unit' | $T8 %] |
[%- FOREACH row = STOCK_INFO %]
[%- PROCESS delivery_order/stock_dialog/_stock_in_row.html PART=part ROW=row pos=loop.count %]
[%- END %]
[%- UNLESS STOCK_INFO.size %]
[%- PROCESS delivery_order/stock_dialog/_stock_in_new_row.html PART=part remaining_qty=do_qty pos=0 %]
[% END %]