From: jitendrapurohit Date: Tue, 1 Dec 2015 06:31:36 +0000 (+0530) Subject: CRM-17642 -- Accounting Batch Transactions page seems to be missing some info X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6c9111b5956a7f58809f8cf7d9caf60d645bd63c;p=civicrm-core.git CRM-17642 -- Accounting Batch Transactions page seems to be missing some info --- diff --git a/CRM/Financial/Page/AJAX.php b/CRM/Financial/Page/AJAX.php index 9ccc4d531a..771fc0978c 100644 --- a/CRM/Financial/Page/AJAX.php +++ b/CRM/Financial/Page/AJAX.php @@ -517,7 +517,7 @@ class CRM_Financial_Page_AJAX { $batchID = CRM_Utils_Type::escape($_REQUEST['batchID'], 'String'); $params = array('id' => $batchID); - $batchSummary = makeBatchSummary($batchID, $params); + $batchSummary = self::makeBatchSummary($batchID, $params); CRM_Utils_JSON::output($batchSummary); }