mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 23:37:51 +01:00
Fix per php8.3
This commit is contained in:
parent
585c47bb18
commit
8da9743c29
@ -60,6 +60,10 @@ class FatturaElettronica
|
|||||||
/** @var array XML della fattura */
|
/** @var array XML della fattura */
|
||||||
protected $xml;
|
protected $xml;
|
||||||
|
|
||||||
|
private array $fatture_collegate = [];
|
||||||
|
private array $errors = [];
|
||||||
|
private array $ddt = [];
|
||||||
|
|
||||||
public function __construct($id_documento)
|
public function __construct($id_documento)
|
||||||
{
|
{
|
||||||
// Documento
|
// Documento
|
||||||
|
Loading…
x
Reference in New Issue
Block a user