Auftrags-Controller: Kunde/Lieferant auch in englisch mit großem Anfang …
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 8 Nov 2018 10:04:56 +0000 (11:04 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 8 Nov 2018 10:04:56 +0000 (11:04 +0100)
… dann geht auch die Übersetzung nach dem locales-Lauf wieder.

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') %]