Skip to content

Commit 614336f

Browse files
committed
fix: addebito spese di incasso
1 parent e38fcb2 commit 614336f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/fatture/src/Fattura.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ public function replicate(?array $except = null)
854854

855855
public function manageRigaSpeseIncasso()
856856
{
857-
if ($this->tipo->dir == 'uscita' || $this->stato->descrizione != 'Bozza') {
857+
if ($this->tipo->dir == 'uscita' || $this->stato->name != 'Bozza') {
858858
return null;
859859
}
860860

0 commit comments

Comments
 (0)