Ajout methode de reglement dans llx_facture

This commit is contained in:
Rodolphe Quiedeville 2004-12-30 14:10:33 +00:00
parent c154a7e62b
commit 562fb99014

View File

@ -5,6 +5,8 @@
-- sans AUCUNE erreur ni warning
-- ;
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_paiement add fk_export_compta integer DEFAULT 0 NOT NULL ;