projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28b428
)
Kunden > Lieferungen: die Übergabe der Lieferadressenid gefixt.
author
Thomas Heck
<theck@linet-services.de>
Mon, 19 Nov 2012 15:18:48 +0000
(16:18 +0100)
committer
Thomas Heck
<theck@linet-services.de>
Mon, 19 Nov 2012 15:18:48 +0000
(16:18 +0100)
templates/webpages/ct/form_header.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ct/form_header.html
b/templates/webpages/ct/form_header.html
index
43f64b0
..
2864f9e
100644
(file)
--- a/
templates/webpages/ct/form_header.html
+++ b/
templates/webpages/ct/form_header.html
@@
-314,7
+314,7
@@
<tr>
<th align="right">[% 'Shipping Address' | $T8 %]</th>
<td colspan="3">
- [% 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)") %]
</td>
</tr>