Added the else so the entire table does not rebuild.

This commit is contained in:
Rebecca Law
2018-04-23 16:16:41 +01:00
parent 12796051f5
commit a91b46dfa9

View File

@@ -211,7 +211,7 @@ def populate_monthly_billing(year, service_id=None, month=None):
if service_id and month: if service_id and month:
populate(service_id, year, month) populate(service_id, year, month)
else:
service_ids = get_service_ids_that_need_billing_populated( service_ids = get_service_ids_that_need_billing_populated(
start_date=datetime(2016, 5, 1), end_date=datetime(2017, 8, 16) start_date=datetime(2016, 5, 1), end_date=datetime(2017, 8, 16)
) )