Add "(Legacy)" to customer model title

This commit is contained in:
Lance Edgar 2020-07-15 21:04:11 -05:00
parent 9e52a574eb
commit d08c18cd61

View file

@ -36,7 +36,8 @@ class CustomerView(CoreOfficeMasterView):
Base class for customer views.
"""
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'
route_prefix = 'corepos.customers'