X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fbilling.html;h=0ba92d7e5ebb95647704308cfd767db46d232860;hb=5e8c9df6674e4174d3e9701a1ae1021ada07dac0;hp=82ff5f2b4c58de2b8803083c40ed4084fdd1167a;hpb=df601bd3fcca2c121c54f489e504dd676da75876;p=kivitendo-erp.git 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') %]