You are here

function uc_coupon_handler_field_all_orders_count::construct in Ubercart Discount Coupons 7.3

Same name and namespace in other branches
  1. 7.2 views/uc_coupon_handler_field_all_orders_count.inc \uc_coupon_handler_field_all_orders_count::construct()

Add the 'cid' field

Overrides views_handler_field::construct

File

views/uc_coupon_handler_field_all_orders_count.inc, line 13
Coupon order total field handler

Class

uc_coupon_handler_field_all_orders_count
@file Coupon order total field handler

Code

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