diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index ac377165e4a..76b2fa14bf8 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2680,7 +2680,7 @@ else /* * Liste des actions propres à la facture */ - $sql = 'SELECT id, '.$db->pdate('a.datea').' as da, a.label, a.note, code'; + $sql = 'SELECT id, '.$db->pdate('a.datea').' as da, a.label, a.note, u.login'; $sql .= ' FROM '.MAIN_DB_PREFIX.'actioncomm as a, '.MAIN_DB_PREFIX.'user as u '; $sql .= ' WHERE a.fk_user_author = u.rowid '; $sql .= ' AND a.fk_action in (9,10) '; @@ -2710,7 +2710,7 @@ else print '