diff --git a/modules/interventi/src/Intervento.php b/modules/interventi/src/Intervento.php index 166246c36..219f2a534 100755 --- a/modules/interventi/src/Intervento.php +++ b/modules/interventi/src/Intervento.php @@ -245,7 +245,7 @@ class Intervento extends Document public function getReferenceDate() { - return $this->data_richiesta; + return $this->fine; } public function getReferenceRagioneSociale()