Ajout methode de reglement dans llx_facture
This commit is contained in:
parent
c154a7e62b
commit
562fb99014
@ -5,6 +5,8 @@
|
|||||||
-- sans AUCUNE erreur ni warning
|
-- 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_paiement add statut smallint DEFAULT 0 NOT NULL ;
|
||||||
alter table llx_facture add fk_export_compta integer 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 ;
|
alter table llx_paiement add fk_export_compta integer DEFAULT 0 NOT NULL ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user