X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..0f8092f8:/templates/webpages/ct/form_header.html
diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html
index 43f64b0e2..76ed00b93 100644
--- a/templates/webpages/ct/form_header.html
+++ b/templates/webpages/ct/form_header.html
@@ -258,10 +258,10 @@
- | [% 'Obsolete' | $T8 %] |
- |
- [% 'direct debit' | $T8 %] |
- |
+ |
+ |
+ |
+ |
@@ -280,9 +280,7 @@
| [% 'Salesman' | $T8 %] |
[% L.select_tag('salesman_id', ALL_SALESMEN, default = salesman_id, with_empty = 1, title_key = 'safe_name') %] |
[%- END %]
-
-
| [% 'taxincluded checked' | $T8 %] |
[% L.select_tag('taxincluded_checked', [[undef, LxERP.t8('use user config')], ['1', LxERP.t8('Yes')], ['0', LxERP.t8('No')]], default = taxincluded_checked) %] |
@@ -314,7 +312,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)") %]
|