PointRetrait : finalisation de la partie backOffice
This commit is contained in:
@@ -34,7 +34,9 @@ class GeneralLoop extends BaseLoop implements PropelSearchLoopInterface
|
||||
|
||||
$loopResultRow = new LoopResultRow($places);
|
||||
|
||||
$schedule = PdrScheduleQuery::create()->findById($places->getId());
|
||||
$schedule = PdrScheduleQuery::create()
|
||||
->filterByIdPlace($places->getId())
|
||||
->orderByDay();
|
||||
$deliveryDays = "";
|
||||
foreach ($schedule as $day) {
|
||||
$deliveryDays .= PointRetrait::getDayLabel($day->getDay()) . ', ';
|
||||
|
||||
Reference in New Issue
Block a user