1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

Fix riferimento data fine intervento

This commit is contained in:
loviuz 2021-04-08 18:49:06 +02:00
parent f3ece88547
commit 4c41d3ec12

View File

@ -245,7 +245,7 @@ class Intervento extends Document
public function getReferenceDate()
{
return $this->data_richiesta;
return $this->fine;
}
public function getReferenceRagioneSociale()