X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/763d39921a6e901b2322525404c358907036ec36..4ce66c79400b7019ddcfd4ac7d4f5ae6ff3dadf4:/templates/webpages/order/tabs/_row.html diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index 14ba18d9c..2201666c2 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -5,7 +5,7 @@ - [% L.hidden_tag("item_id", ITEM.id, id='item_' _ ITEM.id, ) %] + [% L.hidden_tag("order.orderitems[+].id", ITEM.id, id='item_' _ ITEM.id, ) %] [%- LxERP.t8('reorder item') %] @@ -15,7 +15,7 @@ LxERP.t8("X"), confirm=LxERP.t8("Are you sure?")) %] - [% L.part_picker("order.orderitems[+].parts_id", + [% L.part_picker("order.orderitems[].parts_id", ITEM.part, style='width: 300px') %]