You are here

function commerce_gc_handler_field_balance_summary::construct in Commerce GC 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_gc_handler_field_balance_summary.inc, line 9
Provides a balance summary field for giftcards

Class

commerce_gc_handler_field_balance_summary
@file Provides a balance summary field for giftcards

Code

function construct() {
  parent::construct();
  $this->additional_fields['coupon_id'] = 'coupon_id';
}