diff --git a/modules/fatture/actions.php b/modules/fatture/actions.php index d44d92871..8d709bce6 100755 --- a/modules/fatture/actions.php +++ b/modules/fatture/actions.php @@ -544,9 +544,6 @@ switch (post('op')) { } $qta = post('qta'); - if (!empty($record['is_reversed'])) { - $qta = -$qta; - } $riga->descrizione = post('descrizione'); $riga->um = post('um') ?: null;