Bugfix
This commit is contained in:
parent
fb35297691
commit
64037c0841
@ -1,5 +1,5 @@
|
|||||||
-- ===================================================================
|
-- ===================================================================
|
||||||
-- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
-- Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
-- Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
--
|
--
|
||||||
-- This program is free software; you can redistribute it and/or modify
|
-- This program is free software; you can redistribute it and/or modify
|
||||||
@ -37,5 +37,5 @@ create table llx_commande_fournisseurdet
|
|||||||
total_ht double(16,8), -- Total HT de la ligne toute quantité et incluant remise ligne et globale
|
total_ht double(16,8), -- Total HT de la ligne toute quantité et incluant remise ligne et globale
|
||||||
total_tva double(16,8), -- Total TVA de la ligne toute quantité et incluant remise ligne et globale
|
total_tva double(16,8), -- Total TVA de la ligne toute quantité et incluant remise ligne et globale
|
||||||
total_ttc double(16,8), -- Total TTC de la ligne toute quantité et incluant remise ligne et globale
|
total_ttc double(16,8), -- Total TTC de la ligne toute quantité et incluant remise ligne et globale
|
||||||
info_bits integer DEFAULT 0, -- TVA NPR ou non
|
info_bits integer DEFAULT 0 -- TVA NPR ou non
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-- ===================================================================
|
-- ===================================================================
|
||||||
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2001-2007 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
|
||||||
@ -37,7 +37,7 @@ create table llx_fichinter
|
|||||||
duree real,
|
duree real,
|
||||||
description text,
|
description text,
|
||||||
note_private text,
|
note_private text,
|
||||||
note_public text
|
note_public text,
|
||||||
|
|
||||||
UNIQUE INDEX (ref)
|
UNIQUE INDEX (ref)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user