WIP room planning in calendar

This commit is contained in:
SimonGschnell
2024-05-21 15:56:18 +02:00
parent b3c6127cfe
commit 186e9e6f08
6 changed files with 108 additions and 1 deletions
+4
View File
@@ -115,4 +115,8 @@ class Cms extends FHC_Controller
show_error("News number rows: No data found");
}
}
public function getRoomInformation(){
$this->load->view('CisVue/Cms/RoomInformation');
}
}