X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..ea8e8a62:/templates/webpages/client_config/_miscellaneous.html?ds=inline
diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html
index 82c8fd4ad..0b04012d2 100644
--- a/templates/webpages/client_config/_miscellaneous.html
+++ b/templates/webpages/client_config/_miscellaneous.html
@@ -14,6 +14,11 @@
[% 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") %] |
[% L.input_tag('defaults.taxnumber', SELF.defaults.taxnumber, style=style) %] |
@@ -95,6 +100,7 @@
[% L.radio_button_tag('defaults.currency_id', value=-1, id='defaults.currency_id__1', checked=(SELF.defaults.currency_id == -1)) %] |
+[% IF SELF.all_weightunits.size %]
| [% LxERP.t8("Weight") %] |
@@ -107,6 +113,7 @@
| [% L.yes_no_tag('defaults.show_weight', SELF.defaults.show_weight, style=style) %] |
[% LxERP.t8('Show the weights of articles and the total weight in orders, invoices and delivery notes?') %] |
+[% END %]