From 366b1c9073287803451026baaf45bf66360385ce Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 28 Nov 2017 09:44:30 -0600 Subject: [PATCH] Hide status when creating new purchasing batch --- tailbone/views/purchasing/batch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/purchasing/batch.py b/tailbone/views/purchasing/batch.py index 738e175e..4a135509 100644 --- a/tailbone/views/purchasing/batch.py +++ b/tailbone/views/purchasing/batch.py @@ -193,6 +193,7 @@ class PurchasingBatchView(BatchMasterView): del fs.vendor_fax del fs.vendor_phone del fs.vendor_contact + del fs.status_code # default store may be configured store = self.rattail_config.get('rattail', 'store')