You are here

function commerce_reports_tax_commerce_reports_dashboard_alter in Commerce Reporting 7.3

Same name and namespace in other branches
  1. 7.4 modules/tax/commerce_reports_tax.module \commerce_reports_tax_commerce_reports_dashboard_alter()

Implements hook_commerce_reports_dashboard_alter().

File

modules/tax/commerce_reports_tax.module, line 122

Code

function commerce_reports_tax_commerce_reports_dashboard_alter(&$info) {
  $info['customer_statistics']['weight'] = 10;
  $info['sales_statistics']['weight'] = 300;
  $info['billing_information']['type'] = COMMERCE_REPORTS_DASHBOARD_ROW;
}