Revision 6b82c9aa
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
templates/webpages/ct/_shipto.html | ||
---|---|---|
3 | 3 |
<tr> |
4 | 4 |
<th align="right">[% 'Shipping Address' | $T8 %]</th> |
5 | 5 |
<td> |
6 |
[% L.select_tag('shipto_id', L.options_for_select(SHIPTO, default => shipto_id, value => 'shipto_id', title_sub => \shipto_label, with_empty => 1), |
|
6 |
[% 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')),
|
|
7 | 7 |
onchange => "\$('#shipto').load('ct.pl?action=get_shipto&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&shipto_id=' + this.value)") %] |
8 | 8 |
</td> |
9 | 9 |
</tr> |
Auch abrufbar als: Unified diff
ct: Lieferadresse hinzufügen auch so nennen