diff --git a/include/class/periode.class.php b/include/class/periode.class.php index 734cdba41..16ca96d80 100644 --- a/include/class/periode.class.php +++ b/include/class/periode.class.php @@ -272,6 +272,7 @@ class Periode } catch (Exception $e) { + record_log($e->getMessage()." - ".$e->getCode()); record_log($e->getTraceAsString()); $this->cn->rollback(); throw $e;