Add a operation without tva

This commit is contained in:
sparkyx 2005-09-03 07:19:03 +00:00
parent eba7f94922
commit 0ebfa5b0c6

View file

@ -1,6 +1,7 @@
--make sure that p_start < p_end
ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);
insert into tva_rate values (5,'0%',0, 'Pas soumis à la TVA',null);
update version set val=7;