From 3a8de50f907b0263755d5c55568818555200d664 Mon Sep 17 00:00:00 2001 From: Laryn Date: Fri, 18 Mar 2016 09:13:25 -0500 Subject: [PATCH] Fixing indentation --- CRM/Report/Form/Contribute/Bookkeeping.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CRM/Report/Form/Contribute/Bookkeeping.php b/CRM/Report/Form/Contribute/Bookkeeping.php index cc80e84e78..83e245ad0f 100644 --- a/CRM/Report/Form/Contribute/Bookkeeping.php +++ b/CRM/Report/Form/Contribute/Bookkeeping.php @@ -425,12 +425,12 @@ class CRM_Report_Form_Contribute_Bookkeeping extends CRM_Report_Form { ON fitem.financial_account_id = {$this->_aliases['civicrm_financial_account']}_credit_2.id LEFT JOIN civicrm_line_item {$this->_aliases['civicrm_line_item']} ON fitem.entity_id = {$this->_aliases['civicrm_line_item']}.id AND fitem.entity_table = 'civicrm_line_item' "; - if ($this->isTableSelected('civicrm_batch')) { - $this->_from .= "LEFT JOIN civicrm_entity_batch ent_batch - ON {$this->_aliases['civicrm_financial_trxn']}.id = ent_batch.entity_id AND ent_batch.entity_table = 'civicrm_financial_trxn' - LEFT JOIN civicrm_batch batch - ON ent_batch.batch_id = batch.id"; - } + if ($this->isTableSelected('civicrm_batch')) { + $this->_from .= "LEFT JOIN civicrm_entity_batch ent_batch + ON {$this->_aliases['civicrm_financial_trxn']}.id = ent_batch.entity_id AND ent_batch.entity_table = 'civicrm_financial_trxn' + LEFT JOIN civicrm_batch batch + ON ent_batch.batch_id = batch.id"; + } } public function orderBy() { -- 2.25.1