diff --git a/htdocs/telephonie/telephonie.contrat.class.php b/htdocs/telephonie/telephonie.contrat.class.php index be3b2f9af49..b22006ac2a2 100644 --- a/htdocs/telephonie/telephonie.contrat.class.php +++ b/htdocs/telephonie/telephonie.contrat.class.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-2007 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -138,6 +138,7 @@ class TelephonieContrat { $sql .= ", fk_soc_facture = ".$this->client_facture; $sql .= ", fk_commercial_suiv = ".$this->commercial_suiv_id; $sql .= ", mode_paiement = '".$this->mode_paiement."'"; + $sql .= ", grille_tarif = '".$this->grille_tarif_id."'"; $sql .= ", note = '$this->note'"; $sql .= " WHERE rowid = ".$this->id;