add camp_money field
This commit is contained in:
@@ -597,6 +597,12 @@ if (isset($_POST['action'])) {
|
||||
log::register('update_lease', $l_id);
|
||||
header('Location: /admin/lease/'.$l_id);
|
||||
break;
|
||||
case 'camp_fee':
|
||||
unset($_POST['action']);
|
||||
camp_apply::set_money($_POST['capp_money'], $_POST['capp_id']);
|
||||
header('Location: /admin/camp_fee/'.$_POST['capp_id']);
|
||||
# code...
|
||||
break;
|
||||
default:
|
||||
// code...
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user