Fonction du controlleur enrichissement

This commit is contained in:
Damien LASSERRE 2012-02-21 13:01:26 +00:00
parent 2155ccfc3d
commit 57c6565b86

View File

@ -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());
}
}