Commentaires

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

View File

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