From: Thomas Heck Date: Fri, 7 Sep 2012 15:26:12 +0000 (+0200) Subject: Merge branch 'master' of vc.linet-services.de:public/lx-office-erp X-Git-Tag: release-3.0.0beta1~245 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/f7a919c370864a1fc8994017a6254abb171421fc?hp=5156f36154531634b0e1fa47664da897111a7f2c Merge branch 'master' of vc.linet-services.de:public/lx-office-erp --- diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index 198a44ff3..ec1e06eb0 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -154,7 +154,7 @@ [%- END %] [%- ELSE %] - [% L.select_tag('shipto_id', ALL_SHIPTO, default = shipto_id, value = 'shipto_id', title = 'displayable_id', with_empty = 1, class = 'fixed_width') %] + [% L.select_tag('shipto_id', ALL_SHIPTO, default = shipto_id, value_key = 'shipto_id', title_key = 'displayable_id', with_empty = 1, class = 'fixed_width') %] [%- END %]