X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8ee7fcb0ed6575b116050ccbe711a26f7d1a86fc..HEAD:/templates/webpages/delivery_order/tabs/_row.html diff --git a/templates/webpages/delivery_order/tabs/_row.html b/templates/webpages/delivery_order/tabs/_row.html index ce9ce75ae..50bb01e04 100644 --- a/templates/webpages/delivery_order/tabs/_row.html +++ b/templates/webpages/delivery_order/tabs/_row.html @@ -15,10 +15,24 @@ alt=LxERP.t8('Show details'), title=LxERP.t8('Show details'), class="expand") %] [%- END %] [% L.hidden_tag("orderitem_ids[+]", ID) %] - [% L.hidden_tag("converted_from_orderitems_ids[+]", ITEM.converted_from_orderitems_id) %] - [% L.hidden_tag("stock_info[+]", ITEM.stock_info, class="data-stock-info") %] + [% L.hidden_tag("converted_from_record_item_type_ref[+]", ITEM.converted_from_record_item_type_ref) %] + [% L.hidden_tag("converted_from_record_item_id[+]", ITEM.converted_from_record_item_id) %] [% L.hidden_tag("order.orderitems[+].id", ITEM.id, id='item_' _ ID) %] + [% L.hidden_tag("order.orderitems[].stock_info", ITEM.stock_info, class="data-stock-info") %] [% L.hidden_tag("order.orderitems[].parts_id", ITEM.parts_id) %] + [% L.hidden_tag("order.orderitems[].sellprice", ITEM.sellprice) %] + [% L.hidden_tag("order.orderitems[].discount", ITEM.discount) %] + [% L.hidden_tag("order.orderitems[].ordnumber", ITEM.ordnumber) %] + [% L.hidden_tag("order.orderitems[].transdate", ITEM.transdate) %] + [% L.hidden_tag("order.orderitems[].cusordnumber", ITEM.cusordnumber) %] + [% L.hidden_tag("order.orderitems[].base_qty", ITEM.base_qty) %] + [% L.hidden_tag("order.orderitems[].lastcost", ITEM.lastcost) %] + [% L.hidden_tag("order.orderitems[].price_factor_id", ITEM.price_factor_id) %] + [% L.hidden_tag("order.orderitems[].price_factor", ITEM.price_factor) %] + [% L.hidden_tag("order.orderitems[].marge_price_factor", ITEM.marge_price_factor) %] + [% L.hidden_tag("order.orderitems[].pricegroup_id", ITEM.pricegroup_id) %] + [% L.hidden_tag("order.orderitems[].active_price_source", ITEM.active_price_source.source) %] + [% L.hidden_tag("order.orderitems[].active_discount_source", ITEM.active_discount_source.source) %]
@@ -88,7 +102,7 @@ - [% SELF.calculate_stock_in_out(ITEM) %] + [% SELF.calculate_stock_in_out(ITEM) %] [% ITEM.unit %] [% P.button_tag("kivi.DeliveryOrder.open_stock_in_out_dialog(this, '" _ in_out _"')", "?") %]