Revision 5accc16f
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
templates/webpages/common/_ship_to_dialog.html | ||
---|---|---|
12 | 12 |
shiptocountry: "[% JavaScript.escape(vc_obj.country) %]", |
13 | 13 |
shiptogln: "[% JavaScript.escape(vc_obj.gln) %]", |
14 | 14 |
shiptocontact: "[% JavaScript.escape(vc_obj.contact) %]", |
15 |
shiptocp_gender: "[% JavaScript.escape(vc_obj.cp_gender) %]", |
|
16 | 15 |
shiptophone: "[% JavaScript.escape(vc_obj.phone) %]", |
17 | 16 |
shiptofax: "[% JavaScript.escape(vc_obj.fax) %]", |
18 | 17 |
shiptoemail: "[% JavaScript.escape(vc_obj.email) %]" |
... | ... | |
32 | 31 |
shiptocountry: "[% JavaScript.escape(shipto.shiptocountry) %]", |
33 | 32 |
shiptogln: "[% JavaScript.escape(shipto.shiptogln) %]", |
34 | 33 |
shiptocontact: "[% JavaScript.escape(shipto.shiptocontact) %]", |
35 |
shiptocp_gender: "[% JavaScript.escape(shipto.shiptocp_gender) %]", |
|
36 | 34 |
shiptophone: "[% JavaScript.escape(shipto.shiptophone) %]", |
37 | 35 |
shiptofax: "[% JavaScript.escape(shipto.shiptofax) %]", |
38 | 36 |
shiptoemail: "[% JavaScript.escape(shipto.shiptoemail) %]" |
Auch abrufbar als: Unified diff
common/_shipt_to_dialog: cp_gender gibt es in customer/vendor nicht