From b32b237746b20e05f81a520145d22c26e202cef9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Mar 2005 10:43:14 +0000 Subject: [PATCH] Ajout commentaire --- htdocs/telephonie/sql/llx_telephonie_facture.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_facture.sql b/htdocs/telephonie/sql/llx_telephonie_facture.sql index 0e7d4209d7a..205fe04c95d 100644 --- a/htdocs/telephonie/sql/llx_telephonie_facture.sql +++ b/htdocs/telephonie/sql/llx_telephonie_facture.sql @@ -1,5 +1,5 @@ -- ======================================================================== --- Copyright (C) 2004 Rodolphe Quiedeville +-- Copyright (C) 2004-2005 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 @@ -19,7 +19,8 @@ -- $Source$ -- -- ======================================================================== - +-- +-- Factures de téléphonie create table llx_telephonie_facture ( rowid integer AUTO_INCREMENT PRIMARY KEY, @@ -33,6 +34,6 @@ create table llx_telephonie_facture ( cout_vente_remise real, gain real, fk_facture integer - + )type=innodb;