Allow "touch" for customer records

This commit is contained in:
Lance Edgar 2019-06-27 19:50:24 -05:00
parent f81e4fac79
commit 2abe589ef6

View file

@ -52,6 +52,7 @@ class CustomersView(MasterView):
has_versions = True has_versions = True
supports_mobile = True supports_mobile = True
people_detachable = True people_detachable = True
touchable = True
labels = { labels = {
'id': "ID", 'id': "ID",