Envoi du bon nombre de ligne

This commit is contained in:
Michael RICOIS 2012-01-30 16:07:16 +00:00
parent 5bf67ddaf9
commit fba1feccd4

View File

@ -42,7 +42,7 @@ class IndexController extends Zend_Controller_Action
$result = $commandesM->find($id);
$info = $result->current();
$output = array(
'nbLigneT' => $info->nbLigne,
'nbLigneT' => $info->nbLigneT,
);
echo json_encode($output);
}