Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aconcagua
hr_payroll_base_config
Commits
5bac3504
Commit
5bac3504
authored
May 03, 2022
by
Agustín Maio
Browse files
Merge branch '
RR-280
' into '12.0-stage'
[FIX] Antique calc Closes
RR-280
See merge request
!37
parents
cc5c527b
62c1fac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
models/hr_payslip.py
models/hr_payslip.py
+1
-1
No files found.
models/hr_payslip.py
View file @
5bac3504
...
...
@@ -30,7 +30,7 @@ def _compute_antique_from_dates(date_start, date_end, days=False):
antique
+=
delta
.
months
if
days
:
antique
=
(
date_end
-
date_start
).
days
antique
=
(
date_end
-
date_start
).
days
+
1
return
antique
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment