X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fedfc383692d2cb07d68244b31e2b08b450329d4..HEAD:/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 70b6e6fc1..d0fa5cb3e 100644 --- a/templates/webpages/inventory/warehouse_selection_stock.html +++ b/templates/webpages/inventory/warehouse_selection_stock.html @@ -1,5 +1,6 @@ [%- USE T8 %] [%- USE L %] +[%- USE P %] [%- USE HTML %] [%- USE LxERP %] @@ -12,14 +13,14 @@
| [% 'Part' | $T8 %] | -[% L.part_picker('part_id', SELF.part) %] | +[% P.part.picker('part_id', SELF.part) %] |
|---|---|---|
| [% 'Destination warehouse' | $T8 %] | [% L.select_tag('warehouse_id', SELF.warehouses, default=SELF.warehouse.id, title_key='description') %] [% IF SELF.warehouse.id %] - [% L.select_tag('bin_id', SELF.warehouse.bins, default=SELF.bin.id, title_key='description') %] + [% L.select_tag('bin_id', SELF.warehouse.bins_sorted_naturally, default=SELF.bin.id, title_key='description') %] [%- ELSE %] [% END %] @@ -39,11 +40,6 @@ | |
| [% 'EAN' | $T8 %] | -[% L.input_tag('ean', FORM.ean, size=30) %] | -|
| [% 'Quantity' | $T8 %] |