From 10b8e8ca7a75f3fc2e7e2bb7ed1b501c8c77956a Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 27 Apr 2023 17:48:06 -0400 Subject: [PATCH] Quick update for IDAA export. And other stuff? --- app/routers/order_line.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routers/order_line.py b/app/routers/order_line.py index ccc4373..3bcb945 100644 --- a/app/routers/order_line.py +++ b/app/routers/order_line.py @@ -102,8 +102,9 @@ async def get_obj_id_order_line_list( 'person_contact_address_city', 'person_contact_address_country_subdivision_code', 'person_contact_address_state_province', 'person_contact_address_postal_code', 'person_contact_address_country_alpha_2_code', 'person_contact_address_country_name', 'person_contact_address_country', 'order_status', - 'order_created_on', 'order_updated_on' + 'order_created_on', 'order_updated_on', # 'order_started_on', 'order_last_updated_on' + 'created_on', 'updated_on' ]