From fa28985ff8842c4022f1cb6d2883eb1c3ca046a8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Mar 2005 09:42:35 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20fichier=20en=20fichier=5Fcdr=20et=20ajo?= =?UTF-8?q?ut=20cl=E9=20sur=20fk=5Ffournisseur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sql/llx_telephonie_communications_details.sql | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_communications_details.sql b/htdocs/telephonie/sql/llx_telephonie_communications_details.sql index 249e4a68c3f..575d383d3f7 100644 --- a/htdocs/telephonie/sql/llx_telephonie_communications_details.sql +++ b/htdocs/telephonie/sql/llx_telephonie_communications_details.sql @@ -9,13 +9,17 @@ create table llx_telephonie_communications_details ( fourn_cout varchar(255), fourn_montant real, duree integer, -- duree en secondes - tarif_achat_temp real, -- fournisseur tarif temporel - tarif_achat_fixe real, -- fournisseur tarif temporel - tarif_vente_temp real, -- fournisseur tarif temporel - tarif_vente_fixe real, -- fournisseur tarif temporel + tarif_achat_temp real, + tarif_achat_fixe real, + tarif_vente_temp real, + tarif_vente_fixe real, cout_achat real, cout_vente real, - remise real + remise real, + fichier_cdr varchar(255), + fk_fournisseur integer, + + key (fk_fournisseur) )type=innodb;