Bug creazione fattura da bulk ddt

This commit is contained in:
MatteoPistorello 2021-06-11 10:24:13 +02:00
parent a3d2381e86
commit 4171510c39
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ switch (post('op')) {
if ($copia->isArticolo()) {
$copia->serials = $riga->serials;
}
$copia->save();
}
}
}