You are here

function commerce_reports_handler_field_products_qty_monthly_line::construct in Commerce Reporting 7

Construct a new field handler.

Overrides views_handler_field::construct

File

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

Class

commerce_reports_handler_field_products_qty_monthly_line
Field handler to present a link to an order.

Code

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

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