X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2F_shipto.html;h=47eacee833a263dd0fee5313c0721a1fc3987681;hb=c312836ce432677d4f7876f1e3a2b6d99f433cd6;hp=6367cceaf60a09ddc012dade0fe463a0ff981a00;hpb=4fa7102b36468079313df9e579f7537d49aab859;p=kivitendo-erp.git diff --git a/templates/webpages/ct/_shipto.html b/templates/webpages/ct/_shipto.html index 6367cceaf..47eacee83 100644 --- a/templates/webpages/ct/_shipto.html +++ b/templates/webpages/ct/_shipto.html @@ -4,7 +4,7 @@ [% 'Shipping Address' | $T8 %] [% L.select_tag('shipto_id', SHIPTO, default = shipto_id, value_key = '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)") %] + onchange = "\$('#shipto').load('ct.pl?action=get_shipto&id=' + \$('#cvid').val() + '&db=' + \$('#db').val() + '&shipto_id=' + this.value)") %] @@ -62,5 +62,4 @@ [%- IF shipto_id %] -
[%- END %]