Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
82921232
Commit
82921232
authored
Aug 6, 2014
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/3.6' into develop
Conflicts: htdocs/holiday/class/holiday.class.php
parents
2169a866
238bd76e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
htdocs/holiday/class/holiday.class.php
+2
-0
2 additions, 0 deletions
htdocs/holiday/class/holiday.class.php
with
3 additions
and
0 deletions
ChangeLog
+
1
−
0
View file @
82921232
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
htdocs/holiday/class/holiday.class.php
+
2
−
0
View file @
82921232
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment