Show appointment information on click
This commit is contained in:
@@ -17,8 +17,10 @@ function renameArray($data){
|
||||
foreach($data as $row){
|
||||
$events[] = array(
|
||||
"id" => $row["id"],
|
||||
"title" => "Cita de " . $row["apellido"],
|
||||
"title" => $row["apellido"] . ", " . $row["nombre"],
|
||||
"start" => $row["fecha"] . " " . $row["hora"],
|
||||
"description" => $row["observaciones"],
|
||||
"patient" => $row["documento_identificativo"],
|
||||
"end" => $row["fecha"] . " " . $row["end"],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user