Replace CH by the country code of the address

This commit is contained in:
Benoit Vianin 2025-08-30 08:45:37 +00:00
parent cfafd413c2
commit 9257144c4d
1 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ class pdf_swissqr extends pdf_sponge
'', '',
$object->account->owner_zip, $object->account->owner_zip,
$object->account->owner_town, $object->account->owner_town,
'CH' $object->account->country_code
) )
); );
} else { } else {
@ -112,7 +112,7 @@ class pdf_swissqr extends pdf_sponge
'', '',
$this->emetteur->zip, $this->emetteur->zip,
$this->emetteur->town, $this->emetteur->town,
'CH' $this->emetteur->country_code
) )
); );
} }
@ -166,7 +166,7 @@ class pdf_swissqr extends pdf_sponge
'', '',
$object->thirdparty->zip, $object->thirdparty->zip,
$object->thirdparty->town, $object->thirdparty->town,
'CH' $object->thirdparty->country_code
)); ));
// Calculate total with taxes // Calculate total with taxes