X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d0172f91bb58d5aac0748d673f29b0565631447e..7ff0d2ab41abd45fa1d45e6401a3f33c1ebddecd:/templates/webpages/ct/_shipto.html diff --git a/templates/webpages/ct/_shipto.html b/templates/webpages/ct/_shipto.html index 390470304..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)") %]