From 3d9df149ec915037561bebce349e6d49584749e0 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Fri, 7 Sep 2012 17:19:45 +0200 Subject: [PATCH] Fehlende Umschreibung zu Commit 58966151 gefixt. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fix für Commit 5896615180704b3dddba46f4064a47ff1f094c3c --- templates/webpages/do/form_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.20.1