mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix count appointment indicator
This commit is contained in:
parent
3eb07121ce
commit
1de853a88b
@ -84,7 +84,7 @@ class CountAppointments implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
$qb = $this->calendarRepository->createQueryBuilder('cal');
|
$qb = $this->calendarRepository->createQueryBuilder('cal');
|
||||||
|
|
||||||
$qb->select('COUNT(appointment.id) AS export_result');
|
$qb->select('COUNT(cal.id) AS export_result');
|
||||||
|
|
||||||
return $qb;
|
return $qb;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user