Commit 6623db6e authored by Fabien Morin's avatar Fabien Morin

fix a bug

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27533 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2020b08e
......@@ -181,11 +181,9 @@ year_to_date_gross_salary = context.PaySheetTransaction_getYearToDateBaseContrib
\n
year_to_date_slice_a = context.PaySheetTransaction_getYearToDateSlice(\'salary_range/france/tranche_a\')\n
\n
worked_hour_count = context.getWorkTimeAnnotationLineQuantity() and\\\n
context.getWorkTimeAnnotationLineQuantity(0)\n
worked_hour_count = context.getWorkTimeAnnotationLineQuantity(0)\n
year_to_date_worked_hour_count = worked_hour_count + \\\n
context.PaySheetTransaction_getYearToDateWorkTimeSalary() or 0\n
\n
\n
over_time_small_rate = context.getAnnotationLineFromReference(reference=\'overtime_small_rate\')\n
over_time_big_rate = context.getAnnotationLineFromReference(reference=\'overtime_big_rate\')\n
......
100
\ No newline at end of file
101
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment