diff --git a/crm/fcrm/doctype/crm_note/crm_note.py b/crm/fcrm/doctype/crm_note/crm_note.py index 3aa65aa3..241146b3 100644 --- a/crm/fcrm/doctype/crm_note/crm_note.py +++ b/crm/fcrm/doctype/crm_note/crm_note.py @@ -14,6 +14,7 @@ class CRMNote(Document): "content", "reference_doctype", "reference_docname", + "owner", "modified", ] return {'columns': [], 'rows': rows}