add camp_money field

This commit is contained in:
2021-04-15 20:58:53 +02:00
parent a66774e19a
commit b25714ab6c
9 changed files with 363 additions and 299 deletions

View File

@@ -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;