X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6fa6c3eaefda7429df4069d90ba8d47b4e799ec0..bcc996e65643:/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 9e1370858..046224fa1 100644 --- a/templates/webpages/order/tabs/_second_row.html +++ b/templates/webpages/order/tabs/_second_row.html @@ -2,18 +2,23 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %]
- [%- 'Serial No.' | $T8 %]  - [%- L.input_tag("order.orderitems[].serialnumber", ITEM.serialnumber, size = 15) %]  + [%- IF (TYPE == "sales_order" || TYPE == "purchase_order") %] + [%- 'Serial No.' | $T8 %]  + [%- L.input_tag("order.orderitems[].serialnumber", ITEM.serialnumber, size = 15) %]  + [%- END %] [%- 'Project' | $T8 %]  - [% L.project_picker("order.orderitems[].project_id", ITEM.project_id, size = 15) %]  - [%- 'Reqdate' | $T8 %]  - [% L.date_tag("order.orderitems[].reqdate", ITEM.reqdate) %]  + [% 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_as_date", ITEM.reqdate_as_date) %]  + [%- END %] [%- 'Subtotal' | $T8 %]  [% L.yes_no_tag("order.orderitems[].subtotal", ITEM.subtotal) %]  - [%- IF ITEM.order.is_sales %] + [%- IF (TYPE == "sales_order" || TYPE == "sales_quotation") %] [%- 'Ertrag' | $T8 %]