You are here

function commerce_reports_handler_field_productquantity::query in Commerce Reporting 7.2

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/commerce_reports_handler_field_productquantity.inc, line 7

Class

commerce_reports_handler_field_productquantity
Field handler to get the quantity of products in an order.

Code

function query() {
}