ct: Lieferadresse hinzufügen auch so nennen
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 20 Feb 2012 16:05:40 +0000 (17:05 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 20 Feb 2012 16:05:40 +0000 (17:05 +0100)
templates/webpages/ct/_shipto.html

index 00dfd96..cb0d59c 100644 (file)
@@ -3,7 +3,7 @@
      <tr>
       <th align="right">[% 'Shipping Address' | $T8 %]</th>
       <td>
-       [% L.select_tag('shipto_id', L.options_for_select(SHIPTO, default => shipto_id, value => 'shipto_id', title_sub => \shipto_label, with_empty => 1),
+       [% L.select_tag('shipto_id', L.options_for_select(SHIPTO, default => shipto_id, value => 'shipto_id', title_sub => \shipto_label, with_empty => 1, empty_title => LxERP.t8('New shipto')),
                        onchange => "\$('#shipto').load('ct.pl?action=get_shipto&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&shipto_id=' + this.value)") %]
       </td>
      </tr>