X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fdelivery_order%2Ftabs%2F_second_row.html;h=6b140ac9cff2c09a24999d9f306fd8620a483ebf;hb=a1ee0d462be910dc77be3e084a689d20144a3edb;hp=8b4d83ad6fcb292b0ef616ad2ef5831391244ad2;hpb=c26b9ddd1e6110ed8a2b2d062ec506dd4c4dc140;p=kivitendo-erp.git diff --git a/templates/webpages/delivery_order/tabs/_second_row.html b/templates/webpages/delivery_order/tabs/_second_row.html index 8b4d83ad6..6b140ac9c 100644 --- a/templates/webpages/delivery_order/tabs/_second_row.html +++ b/templates/webpages/delivery_order/tabs/_second_row.html @@ -16,31 +16,10 @@ [%- '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 (TYPE == "sales_order" || TYPE == "sales_quotation") %] - [%- 'Ertrag' | $T8 %]  - - - [%- LxERP.format_amount(ITEM.marge_total, 2, 0) %]   - [%- LxERP.format_amount(ITEM.marge_percent, 2, 0) %]% - -   - [%- 'LP' | $T8 %]  - [%- LxERP.format_amount(ITEM.part.listprice, 2, 0) %]  - [%- 'EK' | $T8 %]  - [%- L.input_tag("order.orderitems[].lastcost_as_number", - ITEM.lastcost_as_number, - size = 5, - class="recalc reformat_number numeric") %]  - [%- END %] [%- 'On Hand' | $T8 %]  [%- ITEM.part.onhand_as_number -%] [%- ITEM.part.unit -%]   - [%- 'Optional' | $T8 %]  - [%- L.yes_no_tag("order.orderitems[].optional", ITEM.optional - class="recalc") %]