X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_miscellaneous.html;h=35a9728d72b09311cb04cd56f08ce467b1944b90;hb=5428f5f6d9dbced453dcfc113f683ceacee6380a;hp=0b04012d24121addd67d201419c9253a98be2d01;hpb=718f7a1b58963922cb3a4512692e15e2b4267ee7;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html index 0b04012d2..35a9728d7 100644 --- a/templates/webpages/client_config/_miscellaneous.html +++ b/templates/webpages/client_config/_miscellaneous.html @@ -21,7 +21,11 @@ [% LxERP.t8("Tax number") %] + [% IF SELF.defaults.feature_ustva %] + [% SELF.defaults.taxnumber %]  ([% LxERP.t8("For changeing goto USTVA Config") %]) + [% ELSE %] [% L.input_tag('defaults.taxnumber', SELF.defaults.taxnumber, style=style) %] + [% END %] @@ -85,9 +89,11 @@ [% FOREACH currency = SELF.all_currencies %] - [% L.hidden_tag("currencies[+].id", currency.id) %] - [% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %] + + [% L.hidden_tag("currencies[+].id", currency.id) %] + [% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %] + [% L.input_tag("currencies[].name", currency.name, style=style) %] [% L.radio_button_tag('defaults.currency_id', value=currency.id, id='defaults.currency_id_' _ currency.id, checked=(SELF.defaults.currency_id == currency.id)) %] [% IF loop.count == 1 %][% LxERP.t8("Edit the currency names in order to rename them.") %][%- END %] @@ -116,4 +122,3 @@ [% END %] -