]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/oe/form_header.html
Merge branch 'b-3.6.1' into mebil
[mfinanz.git] / templates / webpages / oe / form_header.html
index e8325c35e99ab583ae6bf071e0f7e01449e21f87..002fa554522a90488c901fec6740634d5547536b 100644 (file)
                       [% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
                     </td>
                   </tr>
+
+[%- IF is_sales && vc_obj.additional_billing_addresses.as_list.size %]
+                  <tr>
+                    <th align="right">[% 'Custom Billing Address' | $T8 %]</th>
+                    <td>
+                      [% L.select_tag('billing_address_id', vc_obj.additional_billing_addresses,
+                                      with_empty=1, default=billing_address_id, value_key='id', title_key='displayable_id', style='width: 250px') %]
+                    </td>
+                  </tr>
+[%- END %]
+
 [%- IF is_order %]
                   <tr>
                     <td align="right">[% 'Credit Limit' | $T8 %]</td>