You are here

function commerce_reports_handler_field_products_sales_monthly_bar::construct in Commerce Reporting 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_reports_handler_field_products_sales_monthly_bar.inc, line 7

Class

commerce_reports_handler_field_products_sales_monthly_bar
Field handler to present a link to an order.

Code

function construct() {
  parent::construct();

  //$this->additional_fields['order_id'] = 'order_id';
}