From c3df0d1e41beaa15b226b11d373cae7cc39eb791 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 5 Feb 2024 20:39:15 +0530 Subject: [PATCH] fix: pass owner data to notes --- crm/fcrm/doctype/crm_note/crm_note.py | 1 + 1 file changed, 1 insertion(+) 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}