Ajoute choix pour modele commande par defaut

This commit is contained in:
Laurent Destailleur 2006-04-01 15:49:43 +00:00
parent 3e2ba02054
commit 8b12e546ba

View File

@ -13,6 +13,8 @@ create table llx_commande_model_pdf
description text
)type=innodb;
insert into llx_commande_model_pdf(nom) values('azur');
alter table llx_commande add column note_public text after note;