X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/677f0dd53d5f964fb4e69eaf7236ffb6a830568b..d32410ac096b:/templates/webpages/order/tabs/basic_data.html diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 96ef3e79b..490f9ac29 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -51,6 +51,21 @@ + [%- IF SELF.cv == "customer" %] + + [% 'Custom Billing Address' | $T8 %] + + [% L.select_tag('order.billing_address_id', + SELF.order.customer.additional_billing_addresses, + default=SELF.order.billing_address_id, + title_key='displayable_id', + value_key='id', + with_empty=1, + style='width: 300px') %] + + + [%- END %] + [%- PROCESS order/tabs/_business_info_row.html SELF=SELF %]