Skip to content
Snippets Groups Projects
Commit 82921232 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge remote-tracking branch 'origin/3.6' into develop

Conflicts:
	htdocs/holiday/class/holiday.class.php
parents 2169a866 238bd76e
Branches
No related tags found
No related merge requests found
...@@ -188,6 +188,7 @@ removed. You must now use the 6 parameters way. See file modMyModule.class.php f ...@@ -188,6 +188,7 @@ removed. You must now use the 6 parameters way. See file modMyModule.class.php f
***** ChangeLog for 3.5.5 compared to 3.5.4 ***** ***** ChangeLog for 3.5.5 compared to 3.5.4 *****
Fix: Holiday module was broken. Initializaion of amount of holidays failed.
Fix: [ bug #1523 ] suite bug #1334 : filtre et ordre de tri conjoints ne s'appliquent pas. Fix: [ bug #1523 ] suite bug #1334 : filtre et ordre de tri conjoints ne s'appliquent pas.
Fix: Fusion PDF button on unpaid invoice is no more displayed Fix: Fusion PDF button on unpaid invoice is no more displayed
Fix: Unpaid invoice launch fusion PDF action even if it is only search (with enter keyboard input instead of lens click) Fix: Unpaid invoice launch fusion PDF action even if it is only search (with enter keyboard input instead of lens click)
......
...@@ -1307,6 +1307,7 @@ class Holiday extends CommonObject ...@@ -1307,6 +1307,7 @@ class Holiday extends CommonObject
} else { } else {
// Erreur SQL // Erreur SQL
$this->error="Error ".$this->db->lasterror(); $this->error="Error ".$this->db->lasterror();
dol_syslog(get_class($this)."::verifNbUsers ".$this->error, LOG_ERR);
$this->db->rollback(); $this->db->rollback();
return -1; return -1;
} }
...@@ -1347,6 +1348,7 @@ class Holiday extends CommonObject ...@@ -1347,6 +1348,7 @@ class Holiday extends CommonObject
} else { } else {
// Erreur SQL // Erreur SQL
$this->error="Error ".$this->db->lasterror(); $this->error="Error ".$this->db->lasterror();
dol_syslog(get_class($this)."::verifNbUsers ".$this->error, LOG_ERR);
$this->db->rollback(); $this->db->rollback();
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment