From 54bd1719f9ca8db62ef6a3d766d3965e01833c20 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Mon, 19 Nov 2012 16:18:48 +0100 Subject: [PATCH] =?utf8?q?Kunden=20>=20Lieferungen:=20die=20=C3=9Cbergabe?= =?utf8?q?=20der=20Lieferadressenid=20gefixt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/ct/form_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 43f64b0e2..2864f9e09 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -314,7 +314,7 @@ [% 'Shipping Address' | $T8 %] - [% L.select_tag('delivery_id', SHIPTO_ALL, title_sub = \shipto_label, with_empty = 1, + [% L.select_tag('delivery_id', SHIPTO_ALL, value_key = 'shipto_id', title_sub = \shipto_label, with_empty = 1, onchange = "\$('#delivery').load('ct.pl?action=get_delivery&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&shipto_id=' + this.value)") %] -- 2.20.1