X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Finventory%2Fwarehouse_selection_stock.html;h=c9ca33906f6cdab486df65519686f278c2cec643;hb=59e3b9a9b52a94beb8b17f38743bc60c4372c401;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..c9ca33906 100644 --- a/templates/webpages/inventory/warehouse_selection_stock.html +++ b/templates/webpages/inventory/warehouse_selection_stock.html @@ -5,7 +5,7 @@

[% title | html %]

-[%- PROCESS 'common/flash.html' %] +[%- INCLUDE 'common/flash.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 %] @@ -56,9 +56,14 @@ + + [% 'Select type of transfer in' | $T8 %]: + [% L.select_tag('transfer_type_id', TRANSFER_TYPES, title_key='description') %] + + [% 'Optional comment' | $T8 %] - + [% L.input_tag('comment', FORM.comment, size=60) %]