Fix riferimento data fine intervento
This commit is contained in:
parent
f3ece88547
commit
4c41d3ec12
|
@ -245,7 +245,7 @@ class Intervento extends Document
|
|||
|
||||
public function getReferenceDate()
|
||||
{
|
||||
return $this->data_richiesta;
|
||||
return $this->fine;
|
||||
}
|
||||
|
||||
public function getReferenceRagioneSociale()
|
||||
|
|
Loading…
Reference in New Issue