From: Thomas Heck Date: Fri, 7 Sep 2012 15:19:45 +0000 (+0200) Subject: Fehlende Umschreibung zu Commit 58966151 gefixt. X-Git-Tag: release-3.0.0beta1~246 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3d9df149ec915037561bebce349e6d49584749e0;p=kivitendo-erp.git Fehlende Umschreibung zu Commit 58966151 gefixt. fix für Commit 5896615180704b3dddba46f4064a47ff1f094c3c --- 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 %]