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