From ef01a78f8c265eb4f029e678446aac3621ac337c Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Wed, 21 Apr 2021 11:41:40 +0200 Subject: [PATCH] Fix riga nota di credito --- modules/fatture/actions.php | 3 --- 1 file changed, 3 deletions(-) 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;