Skip to content

Commit

Permalink
Merge pull request #1118 from senid231/fix-custom-cdr-scheduler
Browse files Browse the repository at this point in the history
fix custom cdr scheduler
  • Loading branch information
dmitry-sinina authored Feb 28, 2022
2 parents 0cb87eb + 825d1ff commit ad2561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/jobs/report_scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def execute
date_end: time_data.date_to,
customer: task.customer,
filter: task.filter,
group_by_fields: task.group_by,
group_by: task.group_by,
send_to: task.send_to
)
end
Expand Down

0 comments on commit ad2561b

Please sign in to comment.