Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f85793af

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID f85793af36b387677f422ed95bd5d61556add99b
  • Vorgänger c22f1710
  • Nachfolger cc6300b3

Reclamation: add billing_address_id to reclamation

Unterschiede anzeigen:

templates/webpages/reclamation/tabs/basic_data.html
51 51
            </td>
52 52
          </tr>
53 53

  
54
          [%- IF SELF.cv == "customer" %]
55
          <tr id="billing_address_row"[% IF !SELF.reclamation.customer.additional_billing_addresses.as_list.size %] style="display:none"[% END %]>
56
            <th align="right">[% 'Custom Billing Address' | $T8 %]</th>
57
            <td>
58
              [% L.select_tag('reclamation.billing_address_id',
59
                               SELF.reclamation.customer.additional_billing_addresses,
60
                               default=SELF.reclamation.billing_address_id,
61
                               title_key='displayable_id',
62
                               value_key='id',
63
                               with_empty=1,
64
                               style='width: 300px') %]
65
            </td>
66
          </tr>
67
          [%- END %]
68

  
54 69
          [%- PROCESS reclamation/tabs/basic_data/_business_info_row.html SELF=SELF %]
55 70

  
56 71
          <tr>

Auch abrufbar als: Unified diff