Skip to content
Snippets Groups Projects
Commit 6f8ff855 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #41588 remove FRANCE from lieu newWith

parent eca6aae5
Branches
Tags
2 merge requests!1705Dev#41588 bonus recette associer des lieux aux fiches bibliotheques,!1703Dev#41588 bonus recette associer des lieux aux fiches bibliotheques
......@@ -26,7 +26,6 @@ class Class_LieuLoader extends Storm_Model_Loader {
'adresse' => $library->getAdresse(),
'ville' => $library->getVille(),
'code_postal' => $library->getCp(),
'pays' => 'FRANCE',
'telephone' => $library->getTelephone(),
'mail' => $library->getMail()]);
return $location;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment