You are here

function commerce_reports_handler_field_products_percent_pie::query in Commerce Reporting 7

Called to add the field to a query.

Overrides views_handler_field::query

File

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

Class

commerce_reports_handler_field_products_percent_pie
Field handler to present a link to an order.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}