controllerid is also passed when freigegeben or abgesagt (important to keep filter!)

This commit is contained in:
alex
2018-05-29 17:44:58 +02:00
parent 11ca6fb0cf
commit dc580c9526
3 changed files with 6 additions and 4 deletions
@@ -313,6 +313,7 @@ class InfoCenter extends FHC_Controller
public function saveAbsage($prestudent_id)
{
$statusgrund = $this->input->post('statusgrund');
$this->fhc_controller_id = $this->input->post('fhc_controller_id');
$lastStatus = $this->PrestudentstatusModel->getLastStatus($prestudent_id);