Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dasc3er 2021-09-01 13:27:17 +02:00
commit ff3ff06faf
1 changed files with 2 additions and 0 deletions

View File

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