This commit is contained in:
Luca 2024-02-23 19:44:46 +01:00
parent 963e214308
commit 03dd006979
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ class Ordine extends Document
public function getReferenceDate()
{
return $this->data;
return $this->data_cliente ?: $this->data;
}
public function getReferenceRagioneSociale()