Modif du champs fk_export_compta de llx_facture dans llx_facturedet

This commit is contained in:
Rodolphe Quiedeville 2005-01-03 14:26:26 +00:00
parent fc9cd48414
commit 2b965a5c4e

View File

@ -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;