Skip to content

Commit

Permalink
[FIX] connector_voicent: _run_update_next_call()
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Jul 9, 2019
1 parent 28fb533 commit b815039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_voicent/models/backend_voicent.py
Expand Up @@ -68,7 +68,7 @@ def _run_update_next_call(self):
hour=int(cr_time_list[0].split(':')[0]),
minute=int(cr_time_list[0].split(':')[1]),
second=0) + timedelta(
days=0)
days=1)
next_call_tz = timezone(self.env.context.get('tz') or
self.env.user.tz).localize(next_call,
is_dst=False)
Expand Down

0 comments on commit b815039

Please sign in to comment.