|
|
@ -424,6 +424,8 @@ class Appointments extends EA_Controller {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function ajax_register_appointment()
|
|
|
|
public function ajax_register_appointment()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
throw new Exception('mon test');
|
|
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$post_data = $this->input->post('post_data');
|
|
|
|
$post_data = $this->input->post('post_data');
|
|
|
|