X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Finventory%2Fwarehouse_selection_stock.html;h=d53dc0569ba38b9b688497eabe0656af8b6afb7b;hb=fb1a574bce8ee7a490206e97daea76dcf214c6db;hp=32d625036085285220f2511ad9df6bd5aaa43808;hpb=666d4cad684028ef5ebb5b62adca17127b9bd864;p=kivitendo-erp.git diff --git a/templates/webpages/inventory/warehouse_selection_stock.html b/templates/webpages/inventory/warehouse_selection_stock.html index 32d625036..d53dc0569 100644 --- a/templates/webpages/inventory/warehouse_selection_stock.html +++ b/templates/webpages/inventory/warehouse_selection_stock.html @@ -3,9 +3,9 @@ [%- USE HTML %] [%- USE LxERP %] -

[% title | html %] +

[% 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 %] @@ -58,7 +58,7 @@ [% 'Optional comment' | $T8 %] - + [% L.input_tag('comment', FORM.comment, size=60) %]