modif table llx_facture_tva_sum

This commit is contained in:
Rodolphe Quiedeville 2003-09-15 18:15:36 +00:00
parent 40442a28a6
commit 61b167f4d4

View File

@ -5,7 +5,6 @@
create table llx_facture_tva_sum
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_facture integer NOT NULL,
amount real,
tva_tx real default 19.6,