You are here

function commerce_coupon_handler_field_coupon_order_remove::query in Commerce Coupon 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/commerce_coupon_handler_field_coupon_order_remove.inc, line 14
View handler for removing a commerce coupon line item from a given order.

Class

commerce_coupon_handler_field_coupon_order_remove
@file View handler for removing a commerce coupon line item from a given order.

Code

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