You are here

function commerce_coupon_handler_field_coupon_order_remove::construct in Commerce Coupon 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_coupon_handler_field_coupon_order_remove.inc, line 8
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 construct() {
  parent::construct();
  $this->additional_fields['coupon_id'] = 'coupon_id';
}