1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-14 00:24:28 +01:00
This commit is contained in:
Luca 2024-02-23 19:44:46 +01:00
parent 963e214308
commit 03dd006979

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()