Add "(Legacy)" to customer model title
This commit is contained in:
parent
9e52a574eb
commit
d08c18cd61
|
@ -36,7 +36,8 @@ class CustomerView(CoreOfficeMasterView):
|
||||||
Base class for customer views.
|
Base class for customer views.
|
||||||
"""
|
"""
|
||||||
model_class = corepos.CustData
|
model_class = corepos.CustData
|
||||||
model_title = "CORE-POS Customer"
|
model_title = "CORE-POS Customer (Legacy)"
|
||||||
|
model_title_plural = "CORE-POS Customers (Legacy)"
|
||||||
url_prefix = '/core-pos/customers'
|
url_prefix = '/core-pos/customers'
|
||||||
route_prefix = 'corepos.customers'
|
route_prefix = 'corepos.customers'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue