mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Make sure the date does not include time
This commit is contained in:
@@ -239,7 +239,7 @@ def update_fact_billing(data, process_day):
|
|||||||
|
|
||||||
def create_billing_record(data, rate, process_day):
|
def create_billing_record(data, rate, process_day):
|
||||||
billing_record = FactBilling(
|
billing_record = FactBilling(
|
||||||
bst_date=process_day,
|
bst_date=process_day.date(),
|
||||||
template_id=data.template_id,
|
template_id=data.template_id,
|
||||||
service_id=data.service_id,
|
service_id=data.service_id,
|
||||||
notification_type=data.notification_type,
|
notification_type=data.notification_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user