New: Ajout champ note publique sur commandes fournisseurs
This commit is contained in:
parent
d28c691bf9
commit
4bcc8d2afa
@ -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 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
|
create table llx_avoir_model_pdf
|
||||||
(
|
(
|
||||||
nom varchar(50) PRIMARY KEY,
|
nom varchar(50) PRIMARY KEY,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user