mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Fixed produces product amount handling when consuming meal plan shadow recipes (references #2160)
This commit is contained in:
@@ -74,7 +74,7 @@ class DatabaseMigrationService extends BaseService
|
||||
$migrationCounter++;
|
||||
}
|
||||
}
|
||||
catch (Exception $ex)
|
||||
catch (\Exception $ex)
|
||||
{
|
||||
$this->getDatabaseService()->GetDbConnectionRaw()->rollback();
|
||||
throw $ex;
|
||||
|
Reference in New Issue
Block a user