Correction typo
This commit is contained in:
parent
29c341cc6d
commit
08284a2263
@ -41,7 +41,7 @@ class IndexController extends Zend_Controller_Action
|
|||||||
$db = Zend_Registry::get('db');
|
$db = Zend_Registry::get('db');
|
||||||
$commandesM = new Application_Model_Commandes($db);
|
$commandesM = new Application_Model_Commandes($db);
|
||||||
$row = $commandesM->find($id);
|
$row = $commandesM->find($id);
|
||||||
echo $row->nnLigneT;
|
echo $row->nbLigneT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user