X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fbilling.html;h=c65bed08f821eaf68c5f7734ae36ec849c38278c;hb=094307a8ce3e7680a5b14ef17b5c1094a2555009;hp=d9e1e390a3969b0e495bc1bfa9d7746629f23c39;hpb=4ec4e9044c7d901afbc81210850229b2386432a1;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index d9e1e390a..c65bed08f 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -213,7 +213,7 @@ [% 'Discount' | $T8 %] - [% L.input_tag('cv.discount_as_percent', SELF.cv.discount_as_percent, size = 4) %] + [% L.input_tag('cv.discount_as_percent', SELF.cv.discount_as_percent, size = 4) %]% @@ -246,50 +246,15 @@ [%- END %] + [% IF ( SELF.all_currencies.size ) %] - [% 'Account Number' | $T8 %] - - - [% L.input_tag('cv.account_number', SELF.cv.account_number, size = 10, maxlength = 100) %] - - - - [% 'Bank Code Number' | $T8 %] - - - [% L.input_tag('cv.bank_code', SELF.cv.bank_code, size = 10, maxlength = 100) %] - - - - [% 'Bank' | $T8 %] - - - [% L.input_tag('cv.bank', SELF.cv.bank, size = 20) %] - - - - - [% 'IBAN' | $T8 %] - - - [% L.input_tag('cv.iban', SELF.cv.iban, size = 10, maxlength = 100) %] - - - - [% 'BIC' | $T8 %] - - [% L.input_tag('cv.bic', SELF.cv.bic, size = 10, maxlength = 100) %] - - - - [% IF ( SELF.all_currencies.size ) %] [% 'Currency' | $T8 %] [% L.select_tag('cv.currency_id', SELF.all_currencies, title_key = 'name', value_key = 'id', default = SELF.cv.currency_id) %] - [% END %] + [% END %] [% IF ( !INSTANCE_CONF.get_vertreter ) %] @@ -313,13 +278,12 @@ [% L.select_tag('cv.language_id', SELF.all_languages, default = SELF.cv.language_id, value_key = 'id', title_key = 'description', with_empty = 1) %] - [% IF ( SELF.is_customer() ) %] - [% 'Preisklasse' | $T8 %] + [% 'Delivery Terms' | $T8 %] + + + [% L.select_tag('cv.delivery_term_id', SELF.all_delivery_terms, default = SELF.cv.delivery_term_id, value_key = 'id', title_key = 'description', with_empty = 1) %] + - - [% L.select_tag('cv.klass', SELF.all_pricegroups, default = SELF.cv.klass, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %] - - [% END %] @@ -328,7 +292,7 @@ - [% L.checkbox_tag('cv.obsolete', checked = SELF.cv.obsolete) %] + [% L.checkbox_tag('cv.obsolete', checked = SELF.cv.obsolete, for_submit=1) %] @@ -337,8 +301,17 @@ - [% L.checkbox_tag('cv.direct_debit', checked = SELF.cv.direct_debit) %] + [% L.checkbox_tag('cv.direct_debit', checked = SELF.cv.direct_debit, for_submit=1) %] + + [% IF ( SELF.is_customer() ) %] + [% 'Preisklasse' | $T8 %] + + + [% L.select_tag('cv.klass', SELF.all_pricegroups, default = SELF.cv.klass, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %] + + [% END %] +