Ajout champ model_pdf

This commit is contained in:
Rodolphe Quiedeville 2003-07-07 16:08:02 +00:00
parent fb0fc46fd3
commit 9c689a11b0

View File

@ -40,6 +40,6 @@ create table llx_propal
tva real default 0,
total real default 0,
note text,
model_pdf varchar(50),
UNIQUE INDEX (ref)
);