ajout champ cond_reglement dans societe
This commit is contained in:
parent
7b12a2f39f
commit
ce0243e435
@ -24,3 +24,5 @@ alter table llx_facture add column note_public text after note;
|
|||||||
alter table llx_propal add column note_public text after note;
|
alter table llx_propal add column note_public text after note;
|
||||||
|
|
||||||
ALTER TABLE llx_societe ADD mode_reglement INT( 11 ) DEFAULT NULL ;
|
ALTER TABLE llx_societe ADD mode_reglement INT( 11 ) DEFAULT NULL ;
|
||||||
|
|
||||||
|
ALTER TABLE llx_societe ADD cond_reglement INT( 11 ) DEFAULT '1' NOT NULL ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user