Correction typo

This commit is contained in:
Michael RICOIS 2012-01-30 15:19:38 +00:00
parent 63f22974cf
commit e86cacf90b

View File

@ -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,
);