Merge pull request #17745 from FHenry/fix_dev_inventory_rollbac

fix: bad syntax  "rollbac" instead of "rollback"
This commit is contained in:
Laurent Destailleur 2021-06-04 12:43:09 +02:00 committed by GitHub
commit 3fb0dabae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ if ($action == 'update' && !empty($user->rights->stock->mouvement->creer)) {
if (! $error) {
$db->commit();
} else {
$db->rollbak();
$db->rollback();
}
}