From 50fe7f87b15e323d588bc0a66b62d60ec6c92cf2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 Apr 2018 13:19:15 +0200 Subject: Show item at the end of person, account, organization wizard. Profile column for account tables. Profiles on person sheet. --- ishtar_common/views.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/views.py') diff --git a/ishtar_common/views.py b/ishtar_common/views.py index 2023df305..352a3d6f1 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -1534,6 +1534,11 @@ show_person = show_item(models.Person, 'person') get_person = get_item(models.Person, 'get_person', 'person') +get_person_for_account = get_item( + models.Person, + 'get_person', 'person', + own_table_cols=models.Person.TABLE_COLS_ACCOUNT) + get_ishtaruser = get_item(models.IshtarUser, 'get_ishtaruser', 'ishtaruser') -- cgit v1.2.3