PointRetrait : c'est OK pour la modification sur le premier onglet "Généralités"

This commit is contained in:
2021-02-27 05:30:21 +01:00
parent fb19b06c17
commit ac82e779da
15 changed files with 407 additions and 142 deletions

View File

@@ -51,6 +51,11 @@ class GeneralLoop extends BaseLoop implements PropelSearchLoopInterface
->set("DELIVERY_DAYS", $deliveryDays)
->set("LATITUDE", $places->getLatitude())
->set("LONGITUDE", $places->getLongitude())
->set("ADDRESS1", $places->getAddress1())
->set("ADDRESS2", $places->getAddress2())
->set("ZIPCODE", $places->getZipcode())
->set("CITY", $places->getCity())
->set("ACCESS_COMMENT", $places->getAccessComment())
;
$loopResult->addRow($loopResultRow);
}