You are here

function _uc_coupon_status_options in Ubercart Discount Coupons 7.3

Options callback for the coupon status property

File

./uc_coupon.entity.inc, line 321
Entity Controller and Metadata Controller classes for uc_coupon.

Code

function _uc_coupon_status_options() {
  return array(
    0 => t('Inactive'),
    1 => t('Active'),
  );
}