Auftrags-Controller: Kunde/Lieferant auch in englisch mit großem Anfang …
[kivitendo-erp.git] / templates / webpages / order / tabs / basic_data.html
index 682162e..a3fa939 100644 (file)
@@ -12,7 +12,7 @@
       <td>
         <table width="100%">
           <tr>
-            <th align="right">[% SELF.cv | $T8 %]</th>
+            <th align="right">[%- SELF.cv == "customer" ? LxERP.t8('Customer') : LxERP.t8('Vendor') -%]</th>
             [% SET cv_id = SELF.cv _ '_id' %]
             <td>
               [% P.customer_vendor.picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %]