1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fixes for fattura pa

This commit is contained in:
David Bomba 2024-04-10 22:37:35 +10:00
parent 3e765bc972
commit 608c59b543

View File

@ -203,7 +203,7 @@ class FatturaPA extends AbstractService
$datiAnagrafici->setAnagrafica($anagrafica);
$sede = new Sede(Indirizzo: $this->invoice->client->address1,
CAP: $this->invoice->client->postal_code,
CAP: (int)$this->invoice->client->postal_code,
Comune: $this->invoice->client->city,
Provincia: $this->invoice->client->state);