mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
Start populating monthly billing on a schedule
This commit is contained in:
@@ -159,7 +159,7 @@ class PopulateMonthlyBilling(Command):
|
||||
def run(self, service_id, year):
|
||||
start, end = 1, 13
|
||||
if year == '2016':
|
||||
start = 6
|
||||
start = 4
|
||||
|
||||
print('Starting populating monthly billing for {}'.format(year))
|
||||
for i in range(start, end):
|
||||
|
||||
Reference in New Issue
Block a user