/**
  * 	load_scripts_styles_reports
  *
  * @access public
  * @return void
  */
 public function load_scripts_styles_reports()
 {
     wp_register_script('ee-txn-reports-js', TXN_CAF_ASSETS_URL . 'ee-transaction-admin-reports.js', array('google-charts'), EVENT_ESPRESSO_VERSION, true);
     wp_enqueue_script('ee-txn-reports-js');
     $this->_transaction_reports_js_setup();
     EE_Registry::$i18n_js_strings['currency_format'] = EEH_Money::get_format_for_google_charts();
 }