diff --git a/app/dao/fact_billing_dao.py b/app/dao/fact_billing_dao.py index a508d3bfc..0f284a2e5 100644 --- a/app/dao/fact_billing_dao.py +++ b/app/dao/fact_billing_dao.py @@ -239,7 +239,7 @@ def update_fact_billing(data, process_day): def create_billing_record(data, rate, process_day): billing_record = FactBilling( - bst_date=process_day, + bst_date=process_day.date(), template_id=data.template_id, service_id=data.service_id, notification_type=data.notification_type,