From 426a97d721dbc9286e109ebf66b246bcdcccb54b Mon Sep 17 00:00:00 2001 From: Nikhil N <n.nikhil@vtiger.com> Date: Fri, 10 Nov 2023 12:48:33 +0530 Subject: [PATCH] v7::Nikhil.N::bugfixed --- include/ListView/ListViewController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ListView/ListViewController.php b/include/ListView/ListViewController.php index 6334b3553..5574d7d18 100644 --- a/include/ListView/ListViewController.php +++ b/include/ListView/ListViewController.php @@ -137,6 +137,8 @@ class ListViewController { function getListViewRecords($focus, $module, $result) { global $listview_max_textlength, $theme, $default_charset; + $outgoingCallPermission = false; + require('user_privileges/user_privileges_'.$this->user->id.'.php'); $fields = $this->queryGenerator->getFields(); $meta = $this->queryGenerator->getMeta($this->queryGenerator->getModule()); -- GitLab