X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FFinancial%2FForm%2FSearch.php;h=d56c502170efc0425156203cc848bbf9dbc30118;hb=8616758a02e868d4cb837df3883bd8f0eace96f9;hp=d136309f3a6d4756a130cb19edafdab383ea8eb8;hpb=43625993dc97312d2b2296dceb7e83dcce8be27b;p=civicrm-core.git diff --git a/CRM/Financial/Form/Search.php b/CRM/Financial/Form/Search.php index d136309f3a..d56c502170 100644 --- a/CRM/Financial/Form/Search.php +++ b/CRM/Financial/Form/Search.php @@ -55,7 +55,8 @@ class CRM_Financial_Form_Search extends CRM_Core_Form { } public function buildQuickForm() { - CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'packages/jquery/plugins/jquery.redirect.min.js', 0, 'html-header'); + CRM_Core_Resources::singleton() + ->addScriptFile('civicrm', 'packages/jquery/plugins/jquery.redirect.min.js', 0, 'html-header'); $attributes = CRM_Core_DAO::getAttribute('CRM_Batch_DAO_Batch'); $attributes['total']['class'] = $attributes['item_count']['class'] = 'number'; $this->add('text', 'title', ts('Batch Name'), $attributes['title']);