Skip to content
Snippets Groups Projects
Commit 1f503948 authored by Charles Benke's avatar Charles Benke
Browse files

Update llx_societe.sql

add outstanding value
parent e47165fa
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment