Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5a6857e5

Von Moritz Bunkus vor mehr als 2 Jahren hinzugefügt

  • ID 5a6857e5f6e2df87943f369f2c6969659a9df6de
  • Vorgänger 17c7ec97
  • Nachfolger 0b23e37f

Zusätzliche Rechnungsadressen: in Verkaufsbelegmasken auswählbar

Unterschiede anzeigen:

templates/webpages/is/form_header.html
79 79
           [% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
80 80
          </td>
81 81
        </tr>
82

  
83
[%- IF customer_obj.additional_billing_addresses.as_list.size %]
84
        <tr>
85
          <th align="right">[% 'Custom Billing Address' | $T8 %]</th>
86
          <td>
87
            [% L.select_tag('billing_address_id', customer_obj.additional_billing_addresses,
88
                            with_empty=1, default=billing_address_id, value_key='id', title_key='displayable_id', style='width: 250px') %]
89
          </td>
90
        </tr>
91
[%- END %]
92

  
82 93
        <tr>
83 94
          <td align="right">[% 'Credit Limit' | $T8 %]</td>
84 95
          <td>

Auch abrufbar als: Unified diff