From 0ebfa5b0c6d994ee4ae6feaa5655f7de4f128975 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 3 Sep 2005 07:19:03 +0000 Subject: [PATCH] Add a operation without tva --- html/admin/sql/patch/upgrade6.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/html/admin/sql/patch/upgrade6.sql b/html/admin/sql/patch/upgrade6.sql index 4e48261a1..4ae5a7804 100644 --- a/html/admin/sql/patch/upgrade6.sql +++ b/html/admin/sql/patch/upgrade6.sql @@ -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;