From 5dbdbfb77aae5878b7419901a55a105e35797ed0 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 15 Oct 2018 17:35:35 +0530 Subject: [PATCH] Add listView config for Party --- models/doctype/Party/Party.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/models/doctype/Party/Party.js b/models/doctype/Party/Party.js index 5cf6b0a3..3ad4e572 100644 --- a/models/doctype/Party/Party.js +++ b/models/doctype/Party/Party.js @@ -48,6 +48,12 @@ module.exports = { }); } } - ] + ], + + listView: { + columns: [ + 'name' + ] + } }