Ajout commentaire

This commit is contained in:
Rodolphe Quiedeville 2005-03-10 10:43:14 +00:00
parent cc444251e1
commit b32b237746

View File

@ -1,5 +1,5 @@
-- ========================================================================
-- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- 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;