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