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
80a3fc35
Commit
80a3fc35
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Bad sql format
parent
fa8a0243
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/cashdesk/sql/llx_pos_tmp.sql
+2
-3
2 additions, 3 deletions
htdocs/cashdesk/sql/llx_pos_tmp.sql
with
2 additions
and
3 deletions
htdocs/cashdesk/sql/llx_pos_tmp.sql
+
2
−
3
View file @
80a3fc35
...
...
@@ -19,7 +19,7 @@
-- ===========================================================================
CREATE
TABLE
llx_pos_tmp
(
id
integer
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
id
integer
AUTO_INCREMENT
PRIMARY
KEY
,
fk_article
integer
NOT
NULL
,
qte
real
NOT
NULL
,
fk_tva
integer
NOT
NULL
,
...
...
@@ -27,6 +27,5 @@ CREATE TABLE llx_pos_tmp (
remise
real
NOT
NULL
,
total_ht
double
(
24
,
8
)
NOT
NULL
,
total_tva
double
(
24
,
8
)
NOT
NULL
,
total_ttc
double
(
24
,
8
)
NOT
NULL
,
PRIMARY
KEY
(
id
)
total_ttc
double
(
24
,
8
)
NOT
NULL
)
ENGINE
=
innodb
;
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