From d79094df2a50206e4a8959e4fbdb1bff7a025383 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 5 Sep 2003 19:13:27 +0000 Subject: [PATCH] Ajout du champs remise_percent --- mysql/tables/llx_propal.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_propal.sql b/mysql/tables/llx_propal.sql index 598b9d5b373..3afaa907d18 100644 --- a/mysql/tables/llx_propal.sql +++ b/mysql/tables/llx_propal.sql @@ -36,6 +36,7 @@ create table llx_propal fk_user_cloture integer, -- cloture de la propale signee ou non signee fk_statut smallint default 0, price real default 0, + remise_percent real default 0, remise real default 0, tva real default 0, total real default 0,