Add some new vendor and product fields.
This commit is contained in:
parent
6ea032c591
commit
86db5181b8
2 changed files with 5 additions and 0 deletions
tailbone/views/vendors
2
tailbone/views/vendors/core.py
vendored
2
tailbone/views/vendors/core.py
vendored
|
@ -89,6 +89,8 @@ class VendorCrud(CrudView):
|
|||
fs.id.label("ID"),
|
||||
fs.name,
|
||||
fs.special_discount,
|
||||
fs.lead_time_days.label("Lead Time in Days"),
|
||||
fs.order_interval_days.label("Order Interval in Days"),
|
||||
fs.phone.label("Phone Number").readonly(),
|
||||
fs.email.label("Email Address").readonly(),
|
||||
fs.contact.with_renderer(PersonFieldRenderer).readonly(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue