X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6770b19ab3f0dc0d8b00f70d8aab74149354a181..b30eacc6bbc6f:/templates/webpages/order/tabs/_row.html diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index 6528c6c74..69c8eb5bc 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -35,6 +35,11 @@
[% HTML.escape(ITEM.part.partnumber) %]
+ [%- IF SEARCH_CVPARTNUMBER -%] + +
[% HTML.escape(ITEM.cvpartnumber) %]
+ + [%- END -%]
[% ITEM.part.presenter.typeclass_abbreviation %]
@@ -48,6 +53,11 @@ [%- END -%] [%- L.button_tag("kivi.Order.show_longdescription_dialog(this)", LxERP.t8("L")) %] + [%- IF (TYPE == "sales_order" || TYPE == "purchase_order") -%] + + [%- L.div_tag(LxERP.format_amount(ITEM.shipped_qty, 2, 0) _ ' ' _ ITEM.unit, name="shipped_qty", class="numeric") %] + + [%- END -%] [%- L.input_tag("order.orderitems[].qty_as_number", ITEM.qty_as_number, @@ -126,7 +136,7 @@ [%- PROCESS order/tabs/_second_row.html ITEM=ITEM TYPE=TYPE %] [%- ELSE %] -
+
[%- LxERP.t8("Loading...") %]
[%- END %]