Modif encore
This commit is contained in:
parent
61b167f4d4
commit
3679d070e8
@ -6,8 +6,8 @@
|
||||
create table llx_facture_tva_sum
|
||||
(
|
||||
fk_facture integer NOT NULL,
|
||||
amount real,
|
||||
tva_tx real default 19.6,
|
||||
amount real NOT NULL,
|
||||
tva_tx real NOT NULL,
|
||||
|
||||
KEY(fk_facture)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user