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
02f1271f
Commit
02f1271f
authored
11 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
New: Add option ADHERENT_LOGIN_NOT_REQUIRED
parent
499440be
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
htdocs/adherents/admin/adherent.php
+11
-14
11 additions, 14 deletions
htdocs/adherents/admin/adherent.php
with
12 additions
and
14 deletions
ChangeLog
+
1
−
0
View file @
02f1271f
...
...
@@ -23,6 +23,7 @@ For users:
- New: [ task #926 ] Add extrafield feature on order lines
- New: [ task #927 ] Add extrafield feature on Proposal lines
- New: [ task #928 ] Add extrafield feature on invoice lines
- New: Add option ADHERENT_LOGIN_NOT_REQUIRED
For translators:
- Normalized sort order of all languages files with english ref file.
...
...
This diff is collapsed.
Click to expand it.
htdocs/adherents/admin/adherent.php
+
11
−
14
View file @
02f1271f
...
...
@@ -130,8 +130,6 @@ $var=true;
$form
=
new
Form
(
$db
);
// Login/Pass required for members
if
(
$conf
->
global
->
MAIN_FEATURES_LEVEL
>
0
)
{
$var
=!
$var
;
print
'<form action="'
.
$_SERVER
[
"PHP_SELF"
]
.
'" method="POST">'
;
print
'<input type="hidden" name="token" value="'
.
$_SESSION
[
'newtoken'
]
.
'">'
;
...
...
@@ -143,7 +141,6 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0)
print
'<input type="submit" class="button" value="'
.
$langs
->
trans
(
"Update"
)
.
'" name="Button">'
;
print
"</td></tr>
\n
"
;
print
'</form>'
;
}
// Mail required for members
$var
=!
$var
;
...
...
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