X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=ff2d36b90ba672fcfd7b0554078796f8cc5b1305;hb=82053b457be3de2ee5285dc13633222f4d30802c;hp=825a4b82e614e1fc4d5736da550a62ef394aea9b;hpb=8e900e220c2a6025ed5e1a5c5352522dfb1af3b9;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 %]