Work on orders and order lines. Removing user_id related from order. Also general clean up.

This commit is contained in:
Scott Idem
2022-03-16 16:52:03 -04:00
parent 490a1362c3
commit 8d5b4c7fc0
10 changed files with 31 additions and 39 deletions

View File

@@ -120,7 +120,7 @@ def update_order_cart_obj(
order_cart_obj_new['id'] = order_cart_id
order_cart_obj_new['account_id_random'] = order_cart_obj.account_id_random
order_cart_obj_new['person_id_random'] = order_cart_obj.person_id_random
order_cart_obj_new['user_id_random'] = order_cart_obj.user_id_random
# order_cart_obj_new['user_id_random'] = order_cart_obj.user_id_random
order_cart_obj_new['order_id_random'] = order_cart_obj.order_id_random