Fixed: add string key for summary of charges and resources into doc generation

This commit is contained in:
2023-02-07 15:09:40 +01:00
parent c64ec89274
commit 88eefa698b
8 changed files with 349 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ class ResourceRepository extends EntityRepository
//->andWhere('c.startDate < :date')
// TODO: there is a misconception here, the end date must be lower or null. startDate are never null
//->andWhere('c.startDate < :date OR c.startDate IS NULL');
;
;
if (null !== $sort) {
$qb->orderBy($sort);