X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/99b8dbabba63fafcf6b5a152f50eb0b616b9014f..3c54df1caad621161028c78d7fbb9cc3e5c900a9:/templates/webpages/client_config/_miscellaneous.html 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 %]