[%- USE T8 %] [%- USE LxERP %] [%- USE L %]
[% 'Shipping Address' | $T8 %] [% L.select_tag( 'shipto.shipto_id', SELF.shiptos, default = SELF.shipto.shipto_id, value_key = 'shipto_id', title_key = 'displayable_id', with_empty = 1, empty_title = LxERP.t8('New shipto'), onchange = "namespace('kivi.CustomerVendor').selectShipto();" ) %]
[% 'Name' | $T8 %] [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35, maxlength = 75) %]
[% 'Abteilung' | $T8 %] [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16, maxlength = 75) %] [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2, size = 16, maxlength = 75) %]
[% 'Street' | $T8 %] [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35, maxlength = 75) %] [% 'Map' | $T8 %]
[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %] [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptostreet, size = 5, maxlength = 75) %] [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity, size = 30, maxlength = 75) %]
[% 'Country' | $T8 %] [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35, maxlength = 75) %]
[% 'Contact' | $T8 %] [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, size = 30, maxlength = 75) %]
[% 'Phone' | $T8 %] [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, size = 30, maxlength = 30) %]
[% 'Fax' | $T8 %] [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, size = 30, maxlength = 30) %]
[% 'E-mail' | $T8 %] [% L.input_tag('shipto.shiptoemail', SELF.shipto.shiptoemail, size = 45) %]
[% L.button_tag('submitInputButton(this);', LxERP.t8('Delete Shipto'), name = 'action_delete_shipto', class = 'submit') %] [% IF ( !SELF.shipto.shipto_id ) %] [% END %]