Fix salvataggio conto

This commit is contained in:
Beppe 2023-02-03 11:52:09 +01:00
parent 1077ad31d7
commit 28476f0ab0
1 changed files with 1 additions and 0 deletions

View File

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