Fix riferimento data fine intervento

This commit is contained in:
loviuz 2021-04-08 18:49:06 +02:00
parent f3ece88547
commit 4c41d3ec12
1 changed files with 1 additions and 1 deletions

View File

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