Commit 9b0f451b authored by Sebastien Robin's avatar Sebastien Robin

erp5_hr_calendar: make the alarm updating time table lines producing stable result

parent a95ab5f1
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
Update from time to time all time table lines to set end periodicity at\n Update from time to time all time table lines to set end periodicity at\n
end of following month\n end of following month\n
"""\n """\n
now = context.Base_getNowDate()\n now = context.Base_getNowDate().earliestTime()\n
first_day_month_quantity = 0\n first_day_month_quantity = 0\n
date_cursor = now\n date_cursor = now\n
while True:\n while True:\n
......
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