remove unneccessary duped lines

as per pr comments
This commit is contained in:
Leo Hemsted
2019-08-30 16:49:58 +01:00
parent 7313dbeb86
commit 5975ae2383
2 changed files with 0 additions and 3 deletions

View File

@@ -161,7 +161,6 @@ def fetch_letter_line_items_for_all_services(start_date, end_date):
).join(
FactBilling, FactBilling.service_id == Service.id,
).filter(
FactBilling.service_id == Service.id,
FactBilling.bst_date >= start_date,
FactBilling.bst_date <= end_date,
FactBilling.notification_type == LETTER_TYPE,