From 3d11174a4de7617a787ca353025bd03433691fe8 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 2 Nov 2015 11:29:58 +0530 Subject: [PATCH] CRM-17478: Accounting Batch Listings : FATAL error ---------------------------------------- * CRM-17478: Accounting Batch Listings : FATAL error https://issues.civicrm.org/jira/browse/CRM-17478 --- CRM/Financial/Page/Batch.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Financial/Page/Batch.php b/CRM/Financial/Page/Batch.php index 9e8d8eeaf8..a89d59aa6c 100644 --- a/CRM/Financial/Page/Batch.php +++ b/CRM/Financial/Page/Batch.php @@ -53,6 +53,9 @@ class CRM_Financial_Page_Batch extends CRM_Core_Page_Basic { return 'CRM_Batch_BAO_Batch'; } + public function &links() { + } + /** * Get name of edit form. * -- 2.25.1