Bugfix dans update
This commit is contained in:
parent
eb0b94af7a
commit
fb35297691
@ -71,7 +71,7 @@ class FournisseurTelephonie {
|
|||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*
|
* Mets a jour les informations dans la base de donnees
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function update()
|
function update()
|
||||||
@ -85,7 +85,7 @@ class FournisseurTelephonie {
|
|||||||
$sql .= ", class_commande = '".$this->methode_commande."'";
|
$sql .= ", class_commande = '".$this->methode_commande."'";
|
||||||
$sql .= ", commande_bloque = '".$this->commande_bloque."'";
|
$sql .= ", commande_bloque = '".$this->commande_bloque."'";
|
||||||
$sql .= ", cdrformat = '".$this->cdrformat."'";
|
$sql .= ", cdrformat = '".$this->cdrformat."'";
|
||||||
|
$sql .= ", fk_tarif_grille='".$this->grille."'";
|
||||||
$sql .= " WHERE rowid = ".$this->id;
|
$sql .= " WHERE rowid = ".$this->id;
|
||||||
|
|
||||||
if (! $this->db->query($sql) )
|
if (! $this->db->query($sql) )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user