mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix count appointment indicator
This commit is contained in:
@@ -84,7 +84,7 @@ class CountAppointments implements ExportInterface, GroupedExportInterface
|
||||
|
||||
$qb = $this->calendarRepository->createQueryBuilder('cal');
|
||||
|
||||
$qb->select('COUNT(appointment.id) AS export_result');
|
||||
$qb->select('COUNT(cal.id) AS export_result');
|
||||
|
||||
return $qb;
|
||||
}
|
||||
|
Reference in New Issue
Block a user