From 6772cf1e041a3cc064c0ba68e686a790d24b4d93 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Apr 2007 14:03:20 +0000 Subject: [PATCH] Gestion de la modification de la grille de tarif --- htdocs/telephonie/telephonie.contrat.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;