From ed92d614ae31d9a28e3eda3d7fd7a4f150a5a723 Mon Sep 17 00:00:00 2001 From: Sarah Gladstone Date: Mon, 28 Apr 2014 15:55:26 -0700 Subject: [PATCH] Update CaseView.php formatting changes --- CRM/Case/Form/CaseView.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CRM/Case/Form/CaseView.php b/CRM/Case/Form/CaseView.php index 700873f60a..32633bf503 100644 --- a/CRM/Case/Form/CaseView.php +++ b/CRM/Case/Form/CaseView.php @@ -267,7 +267,8 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form { "action=add&context=standalone&reset=1&caseid={$this->_caseID}&atype=$type", FALSE, NULL, FALSE ); - }else if ($type == $pdfActivityType ) { + } + else if ($type == $pdfActivityType ) { $url = CRM_Utils_System::url('civicrm/activity/pdf/add', "action=add&context=standalone&reset=1&cid={$this->_contactID}&caseid={$this->_caseID}&atype=$type", FALSE, NULL, FALSE ); @@ -539,4 +540,4 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form { $form->add('checkbox', 'activity_deleted', ts('Deleted Activities'), '', FALSE, array('id' => 'activity_deleted_'.$form->_caseID)); } } -} \ No newline at end of file +} -- 2.25.1