X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8ad1534a0b797b1889ab90870b652b7ebe21be66..8f7fe4a4:/templates/webpages/client_config/_miscellaneous.html diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html index 46f9ee7aa..603575853 100644 --- a/templates/webpages/client_config/_miscellaneous.html +++ b/templates/webpages/client_config/_miscellaneous.html @@ -14,9 +14,18 @@ [% L.textarea_tag('defaults.address', SELF.defaults.address, style=style, rows=4) %] + + [% LxERP.t8("Signature") %] + [% L.textarea_tag('defaults.signature', SELF.defaults.signature, style=style, rows=4) %] + + [% 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 %]