Skip to content

Commit

Permalink
correction du select pour l'annuaire
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.iariss.fr/erp@153 55463ab2-4f42-40d6-a48e-481de4af6215
  • Loading branch information
m.mure authored and MichaelMure committed Jun 4, 2011
1 parent fb9fbbe commit 03aaf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/modules/annuaire/actions/actions.class.php
Expand Up @@ -16,7 +16,7 @@ public function executeIndex(sfWebRequest $request)

$this->membres = Doctrine_Core::getTable('Membre')
->createQuery('a')
->select('a.id, a.nom, a.prenom, a.poste, a.tel_mobile, a.email_interne, a.promo, a.filiere, a.status')
->select('a.id, a.nom, a.prenom, a.username, a.poste, a.tel_mobile, a.email_interne, a.promo, a.filiere, a.status')
/* Désactivation temporaire
* ->where('a.nom != ?', '') */
->orderBy('a.status, a.nom')
Expand Down

0 comments on commit 03aaf23

Please sign in to comment.