X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fa7fc7eeb3ca718914affee06c0629a08d571288..fbcd5580:/templates/webpages/customer_vendor/tabs/billing.html
diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html
index 82ff5f2b4..0ba92d7e5 100644
--- a/templates/webpages/customer_vendor/tabs/billing.html
+++ b/templates/webpages/customer_vendor/tabs/billing.html
@@ -114,6 +114,14 @@
+
+ | [% 'GLN' | $T8 %] |
+
+
+ [% L.input_tag('cv.gln', SELF.cv.gln, size = 30) %]
+ |
+
+
| [% 'Contact' | $T8 %] |
@@ -164,7 +172,7 @@
|
- [% IF homepage %]
+ [% IF SELF.cv.homepage %]
[% 'Homepage' | $T8 %]
[% ELSE %]
[% 'Homepage' | $T8 %]
@@ -306,17 +314,17 @@
[% IF ( SELF.is_customer() ) %]
- | [% 'Preisklasse' | $T8 %] |
+ [% 'Price group' | $T8 %] |
- [% L.select_tag('cv.klass', SELF.all_pricegroups, default = SELF.cv.klass, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %]
+ [% L.select_tag('cv.pricegroup_id', SELF.all_pricegroups, default = SELF.cv.pricegroup_id, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %]
|
[% END %]
- | [% 'Steuersatz' | $T8 %] |
+ [% 'Tax rate' | $T8 %] |
[% L.select_tag('cv.taxzone_id', SELF.all_taxzones, default = SELF.cv.taxzone_id, value_key = 'id', title_key = 'description') %]
|