reservierungen query also joins the studiengangs and mitarbeiter information

This commit is contained in:
SimonGschnell
2024-06-10 13:01:55 +02:00
parent 392d8f38d2
commit 022ad26dd2
3 changed files with 10 additions and 5 deletions
@@ -316,6 +316,8 @@ class Stundenplan extends FHCAPI_Controller
public function Reservierungen()
{
//TODO the reservierungen have to be grouped like the stundenplan
$ort_kurzbz = $this->input->get('ort_kurzbz', TRUE);
$start_date = $this->input->get('start_date', TRUE);
$end_date = $this->input->get('end_date', TRUE);