Hide status when creating new purchasing batch
This commit is contained in:
parent
ac733ae6ea
commit
366b1c9073
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue