X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdelivery_order%2Ftabs%2F_business_info_row.html;fp=templates%2Fwebpages%2Fdelivery_order%2Ftabs%2F_business_info_row.html;h=cdd61a6d9fdfa8fe293943c6fcf3a28502d6b116;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hp=0000000000000000000000000000000000000000;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84;p=kivitendo-erp.git diff --git a/templates/webpages/delivery_order/tabs/_business_info_row.html b/templates/webpages/delivery_order/tabs/_business_info_row.html new file mode 100644 index 000000000..cdd61a6d9 --- /dev/null +++ b/templates/webpages/delivery_order/tabs/_business_info_row.html @@ -0,0 +1,10 @@ +[%- USE T8 %][%- USE HTML %] + + + [%- IF SELF.cv == 'customer' -%] + [%- 'Customer type' | $T8 -%] + [%- ELSE -%] + [%- 'Vendor type' | $T8 -%] + [%- END -%] + [% HTML.escape(SELF.order.customervendor.business.description) %]; [% 'Trade Discount' | $T8 %] [% SELF.order.customervendor.business.discount_as_percent %] % +