mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 00:28:26 -04:00
fix more
This commit is contained in:
@@ -655,7 +655,8 @@ def populate_annual_billing_with_defaults(year, missing_services_only):
|
|||||||
AnnualBilling.financial_year_start == year,
|
AnnualBilling.financial_year_start == year,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.where(Service.active, AnnualBilling.id == None) # noqa
|
.where(Service.active)
|
||||||
|
.where(AnnualBilling.id == None) # noqa
|
||||||
)
|
)
|
||||||
active_services = db.session.execute(stmt).scalars().all()
|
active_services = db.session.execute(stmt).scalars().all()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user