[% USE T8 %] [% USE LxERP %] [% USE L %]
[% 'Name' | $T8 %] | [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, class="wi-wide") %] |
---|---|
[% 'Department' | $T8 %] |
[% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, class="wi-wide") %] [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2, class="wi-wide addition") %] |
[% 'Street' | $T8 %] | [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, class="wi-wide") %] |
[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %] | [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode, class="wi-verysmall") %][% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity, class="wi-wide--verysmall", style='width:13.1em;') %] |
[% 'Country' | $T8 %] | [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, class="wi-wide") %] |
[% 'GLN' | $T8 %] | [% L.input_tag('shipto.shiptogln', SELF.shipto.shiptogln, class="wi-wide") %] |
[% 'Contact' | $T8 %] | [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, class="wi-wide") %] |
---|---|
[% 'Phone' | $T8 %] | [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, class="wi-wide") %] |
[% 'Fax' | $T8 %] | [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, class="wi-wide") %] |
[% 'E-mail' | $T8 %] | [% L.input_tag('shipto.shiptoemail', SELF.shipto.shiptoemail, class="wi-wide") %] |
[% var.config.description | html %] | [% INCLUDE 'common/render_cvar_input.html', cvar_name_prefix='shipto_cvars.' %] |