X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=ff2d36b90ba672fcfd7b0554078796f8cc5b1305;hb=aa0fece0399b780eae5688a4498d8c982b6a33d4;hp=825a4b82e614e1fc4d5736da550a62ef394aea9b;hpb=a23454bb1b039a31b7f77710ff663fa9152d530c;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 825a4b82e..ff2d36b90 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -233,7 +233,7 @@ [% L.input_tag('bic', bic, maxlength=100, size=30) %] [%- IF ALL_CURRENCIES.size %] [% 'Currency' | $T8 %] - [% L.select_tag('currency', ALL_CURRENCIES, default = currency, with_empty = 1) %] + [% L.select_tag('currency', ALL_CURRENCIES, default = currency) %] [%- END %]