Correction typo
This commit is contained in:
parent
63f22974cf
commit
e86cacf90b
@ -38,7 +38,7 @@ class IndexController extends Zend_Controller_Action
|
|||||||
if (!empty($id)){
|
if (!empty($id)){
|
||||||
$commandesM = new Application_Model_Commandes();
|
$commandesM = new Application_Model_Commandes();
|
||||||
$result = $commandesM->find($id);
|
$result = $commandesM->find($id);
|
||||||
$info = $resutl->current();
|
$info = $result->current();
|
||||||
$output = array(
|
$output = array(
|
||||||
'nbLigneT' => $info->nbLigne,
|
'nbLigneT' => $info->nbLigne,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user