Fix calcolo righe intervento

This commit is contained in:
loviuz 2020-01-24 11:38:05 +01:00
parent f0f30102da
commit a21db1f7ad
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class Intervento extends Document
public function descrizioni()
{
return $this->righe()->where('prezzo_vendita', 0);
return $this->righe()->where('is_descrizione', 1);
}
public function sessioni()