X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=8f307fde264ab4a7760d3a8da4c6c257076b8737;hb=844a541e0d8f59644540413f675e8f07cd154cf6;hp=3a3c170703b2cc155ca67c1e9b791384bfe2a620;hpb=ce73964f91267ab5eecb2832765efbb3752c2a59;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 3a3c17070..8f307fde2 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -79,6 +79,17 @@ [% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %] + +[%- IF customer_obj.additional_billing_addresses.as_list.size %] + + [% 'Custom Billing Address' | $T8 %] + + [% L.select_tag('billing_address_id', customer_obj.additional_billing_addresses, + with_empty=1, default=billing_address_id, value_key='id', title_key='displayable_id', style='width: 250px') %] + + +[%- END %] + [% 'Credit Limit' | $T8 %]