Envoi du bon nombre de ligne
This commit is contained in:
parent
5bf67ddaf9
commit
fba1feccd4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user