From 1f503948a81a45a080f6c9726e1a650cc65018a8 Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Tue, 17 Sep 2013 10:15:24 +0200 Subject: [PATCH] Update llx_societe.sql add outstanding value --- htdocs/install/mysql/tables/llx_societe.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/install/mysql/tables/llx_societe.sql b/htdocs/install/mysql/tables/llx_societe.sql index 9348ab3b6d5..a7004844352 100644 --- a/htdocs/install/mysql/tables/llx_societe.sql +++ b/htdocs/install/mysql/tables/llx_societe.sql @@ -85,6 +85,7 @@ create table llx_societe barcode varchar(255), -- barcode fk_barcode_type integer NULL DEFAULT 0, -- barcode type price_level integer NULL, -- level of price for multiprices + outstanding double(24,8) DEFAULT 0, default_lang varchar(6), -- default language logo varchar(255), canvas varchar(32), -- type of canvas if used (null by default)