From dec127727e0067c38356c4845c6e5080ec7134c2 2021-10-06 17:42:21 From: Lance Edgar Date: 2021-10-06 17:42:21 Subject: [PATCH] Save pending customer reference when creating new custorder i.e. when executing new custorder batch --- diff --git a/rattail/batch/custorder.py b/rattail/batch/custorder.py index db24d9d993a0695deb5a400cfdb88de230418ace..a226f68114e100d3e478aed051e0618442b931fc 100644 --- a/rattail/batch/custorder.py +++ b/rattail/batch/custorder.py @@ -532,6 +532,7 @@ class CustomerOrderBatchHandler(BatchHandler): 'id', 'customer', 'person', + 'pending_customer', 'phone_number', 'email_address', 'total_price',