X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fbilling.html;h=b06b517b079a7d471eb53e93bcbf1a9f56ad221c;hb=b3afb08d1af1eee3fa141658b4948e47b3c905fe;hp=de3ef892b17f167256d78ac6a1eed72cc924f284;hpb=90dc23665179b497a766e9351624e5d8816637d4;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index de3ef892b..b06b517b0 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -174,6 +174,10 @@ [% 'Email of the invoice recipient' | $T8 %] [% L.input_tag('cv.invoice_mail', SELF.cv.invoice_mail, size = 45) %] + + [% 'Email of the delivery order recipient' | $T8 %] + [% L.input_tag('cv.delivery_order_mail', SELF.cv.delivery_order_mail, size = 45) %] + [% END %]