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
6db7eef7
Commit
6db7eef7
authored
13 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: bad table name
parent
a50aa00e
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/admin/dict.php
+1
-1
1 addition, 1 deletion
htdocs/admin/dict.php
with
1 addition
and
1 deletion
htdocs/admin/dict.php
+
1
−
1
View file @
6db7eef7
...
...
@@ -123,7 +123,7 @@ $tabsql[16]= "SELECT code, label as libelle, active FROM ".MAIN_DB_PREFIX."c_pro
$tabsql
[
17
]
=
"SELECT id as rowid, code, libelle, active FROM "
.
MAIN_DB_PREFIX
.
"c_type_fees"
;
$tabsql
[
18
]
=
"SELECT rowid as rowid, code, libelle, active FROM "
.
MAIN_DB_PREFIX
.
"c_shipment_mode"
;
$tabsql
[
19
]
=
"SELECT id as rowid, code, libelle, active FROM "
.
MAIN_DB_PREFIX
.
"c_effectif"
;
$tabsql
[
20
]
=
"SELECT rowid as rowid, code, libelle, active FROM "
.
MAIN_DB_PREFIX
.
"c_
demand
_method"
;
$tabsql
[
20
]
=
"SELECT rowid as rowid, code, libelle, active FROM "
.
MAIN_DB_PREFIX
.
"c_
input
_method"
;
$tabsql
[
21
]
=
"SELECT c.rowid as rowid, code, label, active FROM "
.
MAIN_DB_PREFIX
.
"c_availability AS c"
;
$tabsql
[
22
]
=
"SELECT c.rowid as rowid, code, label, active FROM "
.
MAIN_DB_PREFIX
.
"c_source AS c"
;
...
...
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