Fix riga nota di credito

This commit is contained in:
MatteoPistorello 2021-04-21 11:41:40 +02:00
parent c372b7a326
commit ef01a78f8c
1 changed files with 0 additions and 3 deletions

View File

@ -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;