X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fbilling.html;h=de3ef892b17f167256d78ac6a1eed72cc924f284;hb=bcc18db1e4de520a6d6d1ce0378516b2c390ee81;hp=3364df12d9e00ada27afea840bd80d3a2b824893;hpb=5a7d0c524efa47b2de1c2cb7c0b33d3955e5110d;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index 3364df12d..de3ef892b 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -169,7 +169,12 @@ [% L.input_tag('cv.bcc', SELF.cv.bcc, size = 45) %] - + [% IF ( SELF.is_customer() ) %] + + [% 'Email of the invoice recipient' | $T8 %] + [% L.input_tag('cv.invoice_mail', SELF.cv.invoice_mail, size = 45) %] + + [% END %] [% IF SELF.cv.homepage %] @@ -255,16 +260,20 @@ [%- END %] - [% IF ( SELF.all_currencies.size ) %] + [% IF ( SELF.is_customer() ) %] + [% 'Commercial court' | $T8 %] + + [% L.input_tag('cv.commercial_court', SELF.cv.commercial_court, size = 20) %] + + [% END %] + [% 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 ) %] @@ -364,12 +373,19 @@ + [% IF ( SELF.is_customer() ) %] + + [% END %] - + [% IF ( SELF.is_customer() ) %] + + [% END %]
[% 'Internal Notes' | $T8 %][% 'Origin of personal data' | $T8 %]
[% L.textarea_tag('cv.notes', SELF.cv.notes, rows = 3 cols = 60 wrap = soft) %] + [% L.textarea_tag('cv.contact_origin', SELF.cv.contact_origin, rows = 3 cols = 60 wrap = soft) %] +