You are here

function uc_coupon_handler_field_all_orders_total::construct in Ubercart Discount Coupons 7.3

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

Add 'cid' field.

Overrides views_handler_field::construct

File

views/uc_coupon_handler_field_all_orders_total.inc, line 12
Coupon order total field handler

Class

uc_coupon_handler_field_all_orders_total
@file Coupon order total field handler

Code

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