Add fichier column

This commit is contained in:
Michael RICOIS 2012-06-19 15:18:52 +00:00
parent 13b785873e
commit 1aeecef0c5

View File

@ -161,7 +161,8 @@ class GestionController extends Zend_Controller_Action
'e.reference AS commandeReference',
'e.nbLigneTotales',
'e.uniteInsee',
"DATE_FORMAT(e.dateAdded, '%Y/%m/%d %H:%i:%s') AS dateAdded"
"DATE_FORMAT(e.dateAdded, '%Y/%m/%d %H:%i:%s') AS dateAdded",
'e.fichier'
))
->join('criteres', 'idCriteres = criteres.id', array(
'criteres.reference AS critereReference',