diff --git a/htdocs/install/mysql/migration/3.4.0-3.5.0.sql b/htdocs/install/mysql/migration/3.4.0-3.5.0.sql
index 2c3542a777d78602e534cca4adac194179c05a2e..60aacc4762686212789ad0ea0a0cc43f82fbb6f1 100755
--- a/htdocs/install/mysql/migration/3.4.0-3.5.0.sql
+++ b/htdocs/install/mysql/migration/3.4.0-3.5.0.sql
@@ -46,6 +46,10 @@ create table llx_commandedet_extrafields
 
 ALTER TABLE llx_commandedet_extrafields ADD INDEX idx_commandedet_extrafields (fk_object);
 
+
+ALTER TABLE llx_facturedet_rec ADD COLUMN info_bits	integer DEFAULT 0 after total_ttc;	-- TVA NPR ou non
+
+
 create table llx_facturedet_extrafields
 (
   rowid            integer AUTO_INCREMENT PRIMARY KEY,
diff --git a/htdocs/install/mysql/tables/llx_facturedet_rec.sql b/htdocs/install/mysql/tables/llx_facturedet_rec.sql
index fe03eb08e4b2ec531375a4322f6855f9188397c4..8da2d147574e676f75a1e669e18bba59465de388 100644
--- a/htdocs/install/mysql/tables/llx_facturedet_rec.sql
+++ b/htdocs/install/mysql/tables/llx_facturedet_rec.sql
@@ -43,6 +43,7 @@ create table llx_facturedet_rec
   total_localtax1	double(24,8) DEFAULT 0,			-- Total LocalTax1 for total quantity of line
   total_localtax2	double(24,8) DEFAULT 0,			-- total LocalTax2 for total quantity of line
   total_ttc			double(24,8),					-- Total TTC de la ligne toute quantity et incluant remise ligne et globale
+  info_bits			integer    DEFAULT 0,			-- TVA NPR ou non
   special_code		integer UNSIGNED DEFAULT 0,		-- code pour les lignes speciales
   rang				integer    DEFAULT 0			-- ordre d'affichage