Commentaires
This commit is contained in:
parent
2feec31131
commit
3b1f39bd82
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user