CRM-17642 -- Accounting Batch Transactions page seems to be missing some info
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 1 Dec 2015 06:31:36 +0000 (12:01 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 1 Dec 2015 06:31:36 +0000 (12:01 +0530)
CRM/Financial/Page/AJAX.php

index 9ccc4d531a0b3e62a6aefa3f04c9e2b85d7f35cb..771fc0978c980917c1722360642d50fda2d45a30 100644 (file)
@@ -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);
   }