From d418875adbdf3a273a6d1738afb914a821ac608d Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Thu, 7 Mar 2019 17:21:24 +0100 Subject: [PATCH] Fix commit fe532625f2470c2fe8bfdb6dc9d926dd33046fe1 --- update/2_4_9.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_4_9.sql b/update/2_4_9.sql index bfb6f6352..681eea1d4 100644 --- a/update/2_4_9.sql +++ b/update/2_4_9.sql @@ -1,3 +1,3 @@ -- Escluso Art.74 ter D.P.R. 633/72 INSERT INTO `co_iva` (`descrizione`, `percentuale`, `indetraibile`, `esente`, `codice_natura_fe`, `codice`, `default`) VALUES -("Escluso Art.74 ter D.P.R. 633/72", 0, 0, 1, "N4", 0, 1); \ No newline at end of file +("Escluso Art.74 ter D.P.R. 633/72", 0, 0, 1, "N4", NULL, 1);