mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix calcolo righe intervento
This commit is contained in:
parent
f0f30102da
commit
a21db1f7ad
@ -146,7 +146,7 @@ class Intervento extends Document
|
|||||||
|
|
||||||
public function descrizioni()
|
public function descrizioni()
|
||||||
{
|
{
|
||||||
return $this->righe()->where('prezzo_vendita', 0);
|
return $this->righe()->where('is_descrizione', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function sessioni()
|
public function sessioni()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user