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
57f5c958
Commit
57f5c958
authored
9 years ago
by
Juanjo Menent
Browse files
Options
Downloads
Plain Diff
Merge pull request #3261 from atm-gauthier/3.7_fix_trad_availability
FIX : load propal langs for availability traduction
parents
7660d846
244d1839
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/class/html.form.class.php
+3
-1
3 additions, 1 deletion
htdocs/core/class/html.form.class.php
with
3 additions
and
1 deletion
htdocs/core/class/html.form.class.php
+
3
−
1
View file @
57f5c958
...
...
@@ -2272,6 +2272,8 @@ class Form
{
global
$langs
;
$langs
->
load
(
'propal'
);
if
(
count
(
$this
->
cache_availability
))
return
0
;
// Cache deja charge
$sql
=
"SELECT rowid, code, label"
;
...
...
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