mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for fattura pa
This commit is contained in:
parent
3e765bc972
commit
608c59b543
@ -203,7 +203,7 @@ class FatturaPA extends AbstractService
|
|||||||
$datiAnagrafici->setAnagrafica($anagrafica);
|
$datiAnagrafici->setAnagrafica($anagrafica);
|
||||||
|
|
||||||
$sede = new Sede(Indirizzo: $this->invoice->client->address1,
|
$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,
|
Comune: $this->invoice->client->city,
|
||||||
Provincia: $this->invoice->client->state);
|
Provincia: $this->invoice->client->state);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user