Add xref buttons for Customer, Member tabs in profile view

This commit is contained in:
Lance Edgar 2022-12-10 09:11:27 -06:00
parent cb6c25f829
commit f8f6b76657
3 changed files with 25 additions and 0 deletions

View file

@ -5107,6 +5107,7 @@ class ViewSupplement(object):
self.request = master.request
self.model = master.model
self.rattail_config = master.rattail_config
self.Session = master.Session
def get_grid_query(self, query):
"""