mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05: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,
|
||||
),
|
||||
)
|
||||
.where(Service.active, AnnualBilling.id == None) # noqa
|
||||
.where(Service.active)
|
||||
.where(AnnualBilling.id == None) # noqa
|
||||
)
|
||||
active_services = db.session.execute(stmt).scalars().all()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user