New: Ajout champ note publique sur commandes fournisseurs

This commit is contained in:
Laurent Destailleur 2006-03-18 17:47:36 +00:00
parent d28c691bf9
commit 4bcc8d2afa

View File

@ -92,6 +92,9 @@ ALTER TABLE llx_commande_fournisseur ADD INDEX idx_commande_fournisseur_fk_soc (
ALTER TABLE llx_commande_fournisseur ADD CONSTRAINT fk_commande_fournisseur_societe FOREIGN KEY (fk_soc) REFERENCES llx_societe (idp);
alter table llx_commande_fournisseur add note_public text after note;
create table llx_avoir_model_pdf
(
nom varchar(50) PRIMARY KEY,