You are here

function commerce_reports_handler_field_products_percent_pie::construct in Commerce Reporting 7

Construct a new field handler.

Overrides views_handler_field::construct

File

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

Class

commerce_reports_handler_field_products_percent_pie
Field handler to present a link to an order.

Code

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

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