mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 00:24:28 +01:00
Fix #1440
This commit is contained in:
parent
963e214308
commit
03dd006979
@ -281,7 +281,7 @@ class Ordine extends Document
|
||||
|
||||
public function getReferenceDate()
|
||||
{
|
||||
return $this->data;
|
||||
return $this->data_cliente ?: $this->data;
|
||||
}
|
||||
|
||||
public function getReferenceRagioneSociale()
|
||||
|
Loading…
Reference in New Issue
Block a user