mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
reservierungen query also joins the studiengangs and mitarbeiter information
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user