Hide status when creating new purchasing batch

This commit is contained in:
Lance Edgar 2017-11-28 09:44:30 -06:00
parent ac733ae6ea
commit 366b1c9073

View file

@ -193,6 +193,7 @@ class PurchasingBatchView(BatchMasterView):
del fs.vendor_fax del fs.vendor_fax
del fs.vendor_phone del fs.vendor_phone
del fs.vendor_contact del fs.vendor_contact
del fs.status_code
# default store may be configured # default store may be configured
store = self.rattail_config.get('rattail', 'store') store = self.rattail_config.get('rattail', 'store')