X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_miscellaneous.html;h=6035758530c8d5099f074e4c8fcad00b5c0dfc79;hb=b535245ea43c412ea0912fbe3c25d90d5f285233;hp=5183b7ccaa555c60434b6f7395441505c2b154ca;hpb=a68089fb83a276f3ce78e5bd145c1cf05cc9a762;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html index 5183b7cca..603575853 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 %]