|
@@ -36,7 +36,7 @@ class bonusControl extends SystemControl
|
|
|
{
|
|
|
$type_id = $_POST['type_id'] ? $_POST['type_id'] : 0;
|
|
|
$bonus_value = array(
|
|
|
- 'type_name' => $_POST['type_name'],
|
|
|
+ 'type_name' => $_POST['hb_words'],
|
|
|
'send_type' => $_POST['send_type'],
|
|
|
'send_start_date' => strtotime(trim($_POST['send_start_date'])),
|
|
|
'send_end_date' => strtotime(trim($_POST['send_end_date'])),
|