X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..b8741ec3:/templates/webpages/gl/search.html diff --git a/templates/webpages/gl/search.html b/templates/webpages/gl/search.html index e9ec7970c..80a4aca43 100644 --- a/templates/webpages/gl/search.html +++ b/templates/webpages/gl/search.html @@ -18,10 +18,10 @@ [% 'Source' | $T8 %] - [%- IF all_departments %] + [%- IF ALL_DEPARTMENTS %] [% 'Department' | $T8 %] - [% L.select_tag('department', all_departments, value_title_sub = \department_label, with_empty = 1) %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1) %] [%- END %]