"function(attribute, value) {
return ($('input:radio[name=\"Coupon[coupon_scope]\"]:checked').val() == 2) ? true : false;
}"
],
];
}
/**
*
* @return array
*/
public function attributeLabels()
{
return [
'user_id' => yii::t('backend','Customer Name')
];
}
}