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' ]