CC-3174 : showbuilder

removing items recalulates everything correctly.
This commit is contained in:
Naomi Aro 2012-01-31 21:39:34 +01:00
parent fbda0e733b
commit 3d502b748f
3 changed files with 127 additions and 2 deletions

View file

@ -154,6 +154,8 @@ class Application_Model_Scheduler {
self::removeGaps($instance);
}
}
$this->con->commit();
}
catch (Exception $e) {
$this->con->rollback();