1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-03 09:17:37 +01:00

Bug creazione fattura da bulk ddt

This commit is contained in:
MatteoPistorello 2021-06-11 10:24:13 +02:00
parent a3d2381e86
commit 4171510c39

View File

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