X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/9ae7f1f9554c44bb7146be17c31acf224c249c7e..0f8092f8:/templates/webpages/bp/search.html diff --git a/templates/webpages/bp/search.html b/templates/webpages/bp/search.html index bf94eea0d..6fd976762 100644 --- a/templates/webpages/bp/search.html +++ b/templates/webpages/bp/search.html @@ -2,7 +2,6 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE HTML %] -

[% 'Print' | $T8 %] [% label.$type.title %]

[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %] @@ -30,7 +29,7 @@ [% IF show_accounts %] [% 'Account' | $T8 %] - [% L.select_tag('account', L.options_for_select(accounts, value_title_sub=\account_sub)) %] + [% L.select_tag('account', accounts, value_title_sub=\account_sub) %] [% END %] [%- IF label.$type.invnumber %] @@ -83,6 +82,4 @@
- -