Expose the terms
field for Vendor CRUD
This commit is contained in:
parent
ed0a1f2740
commit
ef9dc9ff6d
2
tailbone/views/vendors/core.py
vendored
2
tailbone/views/vendors/core.py
vendored
|
@ -60,6 +60,7 @@ class VendorView(MasterView):
|
|||
'phone',
|
||||
'email',
|
||||
'contact',
|
||||
'terms',
|
||||
]
|
||||
|
||||
form_fields = [
|
||||
|
@ -73,6 +74,7 @@ class VendorView(MasterView):
|
|||
'default_email',
|
||||
'orders_email',
|
||||
'contact',
|
||||
'terms',
|
||||
]
|
||||
|
||||
def configure_grid(self, g):
|
||||
|
|
Loading…
Reference in a new issue