Changeset - dec127727e00
[Not reviewed]
0 1 0
Lance Edgar (lance) - 3 years ago 2021-10-06 17:42:21
lance@edbob.org
Save pending customer reference when creating new custorder

i.e. when executing new custorder batch
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rattail/batch/custorder.py
Show inline comments
 
@@ -529,12 +529,13 @@ class CustomerOrderBatchHandler(BatchHandler):
 
        """
 
        batch_fields = [
 
            'store',
 
            'id',
 
            'customer',
 
            'person',
 
            'pending_customer',
 
            'phone_number',
 
            'email_address',
 
            'total_price',
 
        ]
 

	
 
        order = model.CustomerOrder()
0 comments (0 inline, 0 general)