cdd61a6d9fdfa8fe293943c6fcf3a28502d6b116
[kivitendo-erp.git] / templates / webpages / delivery_order / tabs / _business_info_row.html
1 [%- USE T8 %][%- USE HTML %]
2
3 <tr id='business_info_row' [%- IF !SELF.order.customervendor.business_id %]style='display:none'[%- END %]>
4   <th align="right">[%- IF SELF.cv == 'customer' -%]
5                       [%- 'Customer type' | $T8 -%]
6                     [%- ELSE -%]
7                       [%- 'Vendor type' | $T8 -%]
8                     [%- END -%]</th>
9   <td>[% HTML.escape(SELF.order.customervendor.business.description) %]; [% 'Trade Discount' | $T8 %] [% SELF.order.customervendor.business.discount_as_percent %] %</td>
10 </tr>