X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f7bab9572ec83c3f6c0ab8070925ed8df1eb47dd..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 c39287841..0ba92d7e5 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -172,7 +172,7 @@ - [% IF homepage %] + [% IF SELF.cv.homepage %] [% 'Homepage' | $T8 %] [% ELSE %] [% 'Homepage' | $T8 %] @@ -314,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') %]