add field ref_ext in llx_facturedet
This commit is contained in:
parent
38bc98cf7d
commit
c5fda967c7
@ -74,7 +74,8 @@ create table llx_facturedet
|
||||
multicurrency_subprice double(24,8) DEFAULT 0,
|
||||
multicurrency_total_ht double(24,8) DEFAULT 0,
|
||||
multicurrency_total_tva double(24,8) DEFAULT 0,
|
||||
multicurrency_total_ttc double(24,8) DEFAULT 0
|
||||
multicurrency_total_ttc double(24,8) DEFAULT 0,
|
||||
ref_ext varchar(255)
|
||||
)ENGINE=innodb;
|
||||
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user