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