mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 15:27:43 +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 */
|
||||
protected $xml;
|
||||
|
||||
private array $fatture_collegate = [];
|
||||
private array $errors = [];
|
||||
private array $ddt = [];
|
||||
|
||||
public function __construct($id_documento)
|
||||
{
|
||||
// Documento
|
||||
|
Loading…
x
Reference in New Issue
Block a user