Update llx_facturedet.sql

This commit is contained in:
Laurent Destailleur 2020-09-04 23:12:12 +02:00 committed by GitHub
parent 02e07c13c8
commit 84f4020f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,12 +75,6 @@ create table llx_facturedet
multicurrency_total_ht double(24,8) DEFAULT 0,
multicurrency_total_tva double(24,8) DEFAULT 0,
multicurrency_total_ttc double(24,8) DEFAULT 0,
ref_ext varchar(255)
ref_ext varchar(255) DEFAULT NULL
)ENGINE=innodb;
--
-- List of codes for special_code
--
-- 1 : frais de port
-- 2 : ecotaxe
--