Merge pull request #2674 from deepak-srivastava/CRM-12467-soft-credit-search
[civicrm-core.git] / CRM / Contribute / Form / Search.php
index 99d3543d587aa6d23baac45adc82e526fe340135..5cafd0f2ebed9f09b2b782e7e53587a5064b6758 100644 (file)
@@ -265,6 +265,7 @@ class CRM_Contribute_Form_Search extends CRM_Core_Form {
 
     $rows = $this->get('rows');
     if (is_array($rows)) {
+      CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'js/crm.searchForm.js');
       if (!$this->_single) {
         $this->addElement('checkbox',
           'toggleSelect',