X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f23dd0afa9faf6243ce432cc47cc0140af5c27c2..70654da:/templates/webpages/inventory/warehouse_selection_stock.html
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) %] |