X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8e77bd29b697f3a86f9376e2b733b064712a6ff6..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/order/tabs/_second_row.html diff --git a/templates/webpages/order/tabs/_second_row.html b/templates/webpages/order/tabs/_second_row.html index 18226ab07..8b4d83ad6 100644 --- a/templates/webpages/order/tabs/_second_row.html +++ b/templates/webpages/order/tabs/_second_row.html @@ -14,7 +14,7 @@ [% P.project.picker("order.orderitems[].project_id", ITEM.project_id, size = 15) %]  [%- IF (TYPE == "sales_order" || TYPE == "purchase_order") %] [%- 'Reqdate' | $T8 %]  - [% L.date_tag("order.orderitems[].reqdate", ITEM.reqdate) %]  + [% L.date_tag("order.orderitems[].reqdate_as_date", ITEM.reqdate_as_date) %]  [%- END %] [%- 'Subtotal' | $T8 %]  [% L.yes_no_tag("order.orderitems[].subtotal", ITEM.subtotal) %]  @@ -35,9 +35,12 @@ class="recalc reformat_number numeric") %]  [%- END %] [%- 'On Hand' | $T8 %]  - - [%- LxERP.format_amount(ITEM.part.onhand_as_number, 2, 0) -%] [%- ITEM.part.unit -%] + + [%- ITEM.part.onhand_as_number -%] [%- ITEM.part.unit -%]   + [%- 'Optional' | $T8 %]  + [%- L.yes_no_tag("order.orderitems[].optional", ITEM.optional + class="recalc") %]