Ajout commentaire
This commit is contained in:
parent
cc444251e1
commit
b32b237746
@ -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
|
-- 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
|
-- it under the terms of the GNU General Public License as published by
|
||||||
@ -19,7 +19,8 @@
|
|||||||
-- $Source$
|
-- $Source$
|
||||||
--
|
--
|
||||||
-- ========================================================================
|
-- ========================================================================
|
||||||
|
--
|
||||||
|
-- Factures de téléphonie
|
||||||
|
|
||||||
create table llx_telephonie_facture (
|
create table llx_telephonie_facture (
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
@ -33,6 +34,6 @@ create table llx_telephonie_facture (
|
|||||||
cout_vente_remise real,
|
cout_vente_remise real,
|
||||||
gain real,
|
gain real,
|
||||||
fk_facture integer
|
fk_facture integer
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user