Revision f1ad3371
Von Cem Aydin vor 7 Monaten hinzugefügt
- ID f1ad33710ecc9075391839535a4d17006d826b5b
- Vorgänger 7ef224c0
bin/mozilla/sepa.pl | ||
---|---|---|
772 | 772 |
$transaction_data->{has_creditor_address} = 1; |
773 | 773 |
|
774 | 774 |
$transaction_data->{creditor_street_name} = get_street_name_from_address_line($item->{vc_street}); |
775 |
$transaction_data->{creditor_building_number} = get_building_number_from_address_line($item->{vc_building_number});
|
|
775 |
$transaction_data->{creditor_building_number} = get_building_number_from_address_line($item->{vc_street});
|
|
776 | 776 |
|
777 | 777 |
$transaction_data->{creditor_postal_code} = $item->{vc_zipcode}; |
778 | 778 |
$transaction_data->{creditor_town_name} = $item->{vc_city}; |
Auch abrufbar als: Unified diff
Schweizer Banküberweisung via XML: Fix Lieferantenadresse Hausnummer aus korrekter Variable holen