Skip to content

Commit

Permalink
fix commission report
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Carver committed Mar 19, 2024
1 parent 69b90ae commit ea09b9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sysproduction/reporting/commissions_report.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import datetime

from sysdata.data_blob import dataBlob

from syscore.constants import arg_not_supplied
Expand All @@ -17,6 +19,7 @@ def commissions_report(

reporting_api = reportingApi(
data,
start_date=datetime.datetime.now() ## not required for this report
)

formatted_output = []
Expand Down

0 comments on commit ea09b9f

Please sign in to comment.