Modif du champs fk_export_compta de llx_facture dans llx_facturedet
This commit is contained in:
parent
fc9cd48414
commit
2b965a5c4e
@ -8,7 +8,7 @@
|
||||
alter table llx_facture add fk_mode_reglement integer after fk_cond_reglement ;
|
||||
|
||||
alter table llx_paiement add statut smallint DEFAULT 0 NOT NULL ;
|
||||
alter table llx_facture add fk_export_compta integer DEFAULT 0 NOT NULL ;
|
||||
alter table llx_facturedet add fk_export_compta integer DEFAULT 0 NOT NULL ;
|
||||
alter table llx_paiement add fk_export_compta integer DEFAULT 0 NOT NULL ;
|
||||
|
||||
alter table llx_rights_def add perms varchar(255) after module;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user