diff --git a/application/controllers/Confg.php b/application/controllers/Confg.php index 69996bc..ecb4821 100644 --- a/application/controllers/Confg.php +++ b/application/controllers/Confg.php @@ -195,6 +195,7 @@ class Confg extends Bko_Controller { for ($i = 1; $i <= $quantity; $i++) { $data['amount'] = $amount; $data['code'] = strtoupper( $this->getCouponsCode(10) ); + $data['description'] = "Back Office Coupons Gen"; $res = $this->backend_model->wrenchboard_api($data, $out); $result .= $data['code']." - ".$res." \n"; }