Bugfix sur le statut

This commit is contained in:
Rodolphe Quiedeville 2005-08-12 13:10:30 +00:00
parent c80a7f7574
commit cf78846e57

View File

@ -184,7 +184,7 @@ class TelephonieContrat {
{
$sql = "SELECT c.rowid, c.ref, c.fk_client_comm, c.fk_soc, c.fk_soc_facture, c.note";
$sql .= ", c.fk_commercial_sign, c.fk_commercial_suiv";
$sql .= ", c.isfacturable, c.mode_paiement";
$sql .= ", c.isfacturable, c.mode_paiement, c.statut";
$sql .= ", c.fk_user_creat, ".$this->db->pdate("c.date_creat") ." as dc";
$sql .= ", c.grille_tarif";