Commentaires

This commit is contained in:
Michael RICOIS 2011-08-19 15:32:48 +00:00
parent 2feec31131
commit 3b1f39bd82

View File

@ -270,6 +270,9 @@ class DashboardController extends Zend_Controller_Action
} }
/**
* Modification de l'état d'une commande infogreffe
*/
public function commandesetatchangeAction() public function commandesetatchangeAction()
{ {
$this->_helper->layout()->disableLayout(); $this->_helper->layout()->disableLayout();
@ -284,6 +287,9 @@ class DashboardController extends Zend_Controller_Action
echo $commande->changeEtat($idCommande, $etat); echo $commande->changeEtat($idCommande, $etat);
} }
/**
* Affichage de la raison sociale à partir du siren
*/
public function rsAction() public function rsAction()
{ {
$this->_helper->layout()->disableLayout(); $this->_helper->layout()->disableLayout();