X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Finventory%2Fwarehouse_selection_stock.html;h=e3119913c87d8004e7dc56f32d71c539e1ae6c4b;hb=5fbbcc264d55bb7b7f9f66a431d87d95d5857093;hp=5901f6deb34d1d47823d7e04f8dd1d5357010a69;hpb=f23dd0afa9faf6243ce432cc47cc0140af5c27c2;p=kivitendo-erp.git diff --git a/templates/webpages/inventory/warehouse_selection_stock.html b/templates/webpages/inventory/warehouse_selection_stock.html index 5901f6deb..e3119913c 100644 --- a/templates/webpages/inventory/warehouse_selection_stock.html +++ b/templates/webpages/inventory/warehouse_selection_stock.html @@ -29,25 +29,25 @@ [% 'Charge number' | $T8 %] - [% L.input_tag('chargenumber', SELF.chargenumber, size=30) %] + [% L.input_tag('chargenumber', FORM.chargenumber, size=30) %] [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] - [% L.date_tag('bestbefore', SELF.bestbefore) %] + [% L.date_tag('bestbefore', FORM.bestbefore) %] [%- END %] [% 'EAN' | $T8 %] - + [% L.input_tag('ean', FORM.ean, size=30) %] [% 'Quantity' | $T8 %] - + [% L.input_tag('qty', LxERP.format_amount(FORM.qty), size=10) %] [%- IF SELF.part.unit %] [% L.select_tag('unit_id', SELF.part.available_units, title_key='name', default=SELF.unit.id) %] [%- ELSE %] @@ -58,7 +58,7 @@ [% 'Optional comment' | $T8 %] - + [% L.input_tag('comment', FORM.comment, size=60) %]