- rueckstelldatum default zwei wochen

This commit is contained in:
ma0048
2023-03-21 16:56:35 +01:00
parent 598f6b4b09
commit 7336525021
2 changed files with 5 additions and 48 deletions
@@ -104,26 +104,7 @@ class Rueckstellung extends Auth_Controller
$this->outputJsonSuccess(getData($result));
}
/**
* Gets the End date of the current Studienjahr
*/
public function getStudienjahrEnd()
{
$this->load->model('organisation/studienjahr_model', 'StudienjahrModel');
$result = $this->_ci->StudienjahrModel->getCurrStudienjahr();
$json = null;
if (hasData($result))
{
$json = $result->retval[0]->ende;
}
$this->outputJsonSuccess(array($json));
}
/**
* Retrieve the UID of the logged user and checks if it is valid
*/