diff --git a/application/modules/frontend/controllers/EnrichissementController.php b/application/modules/frontend/controllers/EnrichissementController.php index e6a0d41c..5f047d79 100644 --- a/application/modules/frontend/controllers/EnrichissementController.php +++ b/application/modules/frontend/controllers/EnrichissementController.php @@ -70,9 +70,8 @@ class EnrichissementController extends Zend_Controller_Action */ public function commandeAction() { - //Actualisation du comptage - //Récupération des SIRET - //Mise en attente de l'enrichissement + $object = new Object_Comptage(); + return ($object->extract()); } } \ No newline at end of file