Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
c664a492
Commit
c664a492
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Removed a not used field making mysql error (reserved word). Also this
field is not required by dolibarr core.
parent
a12e9598
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/tables/llx_product.sql
+1
-2
1 addition, 2 deletions
htdocs/install/mysql/tables/llx_product.sql
with
1 addition
and
2 deletions
htdocs/install/mysql/tables/llx_product.sql
+
1
−
2
View file @
c664a492
...
...
@@ -31,7 +31,6 @@ create table llx_product
datec
datetime
,
tms
timestamp
,
virtual
tinyint
DEFAULT
0
NOT
NULL
,
-- Not used. Used by external modules. Value 0 for physical product, 1 for virtual product
fk_parent
integer
DEFAULT
0
,
-- Not used. Used by external modules. Virtual product id
label
varchar
(
255
)
NOT
NULL
,
...
...
@@ -76,7 +75,7 @@ create table llx_product
fifo
double
(
24
,
8
),
-- To store valuation of stock calculated using fifo method, for this product
lifo
double
(
24
,
8
),
-- To store valuation of stock calculated using lifo method, for this product
canvas
varchar
(
32
)
DEFAULT
NULL
,
finished
tinyint
DEFAULT
NULL
,
finished
tinyint
DEFAULT
NULL
,
-- 1=manufactured product, 0=matiere premiere
hidden
tinyint
DEFAULT
0
,
-- Not used. Deprecated.
import_key
varchar
(
14
),
-- Import key
fk_price_expression
integer
,
-- Link to the rule for dynamic price calculation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment