Work on orders and order lines. Removing user_id related from order. Also general clean up.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user