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

@@ -0,0 +1,9 @@
<?php
if ($this->is_id()) {
$apply = new camp_apply();
$apply->set_capp_data_by_id($this->get_id());
$smarty->assign('apply', $apply);
$smarty->display('camp_fee.tpl');
}