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',
|
'phone',
|
||||||
'email',
|
'email',
|
||||||
'contact',
|
'contact',
|
||||||
|
'terms',
|
||||||
]
|
]
|
||||||
|
|
||||||
form_fields = [
|
form_fields = [
|
||||||
|
@ -73,6 +74,7 @@ class VendorView(MasterView):
|
||||||
'default_email',
|
'default_email',
|
||||||
'orders_email',
|
'orders_email',
|
||||||
'contact',
|
'contact',
|
||||||
|
'terms',
|
||||||
]
|
]
|
||||||
|
|
||||||
def configure_grid(self, g):
|
def configure_grid(self, g):
|
||||||
|
|
Loading…
Reference in a new issue