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
74e8738c
Commit
74e8738c
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: if option to select thirdparties using a combo box after n chars
was on, it was no more possible to clear the filter.
parent
18fdb75c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/class/html.form.class.php
+1
-0
1 addition, 0 deletions
htdocs/core/class/html.form.class.php
htdocs/langs/en_US/main.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/main.lang
with
2 additions
and
0 deletions
htdocs/core/class/html.form.class.php
+
1
−
0
View file @
74e8738c
...
...
@@ -1016,6 +1016,7 @@ class Form
// Do not use textempty = ' ' or ' ' here, or search on key will search on ' key'.
//$textifempty=' ';
//if (! empty($conf->use_javascript_ajax) || $forcecombo) $textifempty='';
if
(
!
empty
(
$conf
->
global
->
COMPANY_USE_SEARCH_TO_SELECT
))
$textifempty
.
=
$langs
->
trans
(
"NoFilter"
);
if
(
$showempty
)
$out
.
=
'<option value="-1">'
.
$textifempty
.
'</option>'
.
"
\n
"
;
$num
=
$this
->
db
->
num_rows
(
$resql
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/main.lang
+
1
−
0
View file @
74e8738c
...
...
@@ -106,6 +106,7 @@ NotePrivate=Note (private)
PrecisionUnitIsLimitedToXDecimals=Dolibarr was setup to limit precision of unit prices to <b>%s</b> decimals.
DoTest=Test
ToFilter=Filter
NoFilter=No filter
WarningYouHaveAtLeastOneTaskLate=Warning, you have at least one element that has exceeded the tolerance delay.
yes=yes
Yes=Yes
...
...
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