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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
1968a807
Commit
1968a807
authored
12 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: wrong link
parent
83a22826
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/comm/index.php
+6
-6
6 additions, 6 deletions
htdocs/comm/index.php
with
6 additions
and
6 deletions
htdocs/comm/index.php
+
6
−
6
View file @
1968a807
...
@@ -99,10 +99,10 @@ if (($conf->propal->enabled && $user->rights->propale->lire) ||
...
@@ -99,10 +99,10 @@ if (($conf->propal->enabled && $user->rights->propale->lire) ||
}
}
// Recherche Propal
// Recherche Propal
if
(
$conf
->
propal
->
enabled
&&
$user
->
rights
->
propal
e
->
lire
)
if
(
$conf
->
propal
->
enabled
&&
$user
->
rights
->
propal
->
lire
)
{
{
$var
=
false
;
$var
=
false
;
print
'<form method="post" action="'
.
DOL_URL_ROOT
.
'/comm/propal.php">'
;
print
'<form method="post" action="'
.
DOL_URL_ROOT
.
'/comm/propal
/list
.php">'
;
print
'<input type="hidden" name="token" value="'
.
$_SESSION
[
'newtoken'
]
.
'">'
;
print
'<input type="hidden" name="token" value="'
.
$_SESSION
[
'newtoken'
]
.
'">'
;
print
'<table class="noborder" width="100%">'
;
print
'<table class="noborder" width="100%">'
;
print
'<tr class="liste_titre"><td colspan="3">'
.
$langs
->
trans
(
"SearchAProposal"
)
.
'</td></tr>'
;
print
'<tr class="liste_titre"><td colspan="3">'
.
$langs
->
trans
(
"SearchAProposal"
)
.
'</td></tr>'
;
...
@@ -137,7 +137,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire)
...
@@ -137,7 +137,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire)
/*
/*
* Draft proposals
* Draft proposals
*/
*/
if
(
$conf
->
propal
->
enabled
&&
$user
->
rights
->
propal
e
->
lire
)
if
(
$conf
->
propal
->
enabled
&&
$user
->
rights
->
propal
->
lire
)
{
{
$sql
=
"SELECT p.rowid, p.ref, p.total_ht, s.rowid as socid, s.nom as name, s.client, s.canvas"
;
$sql
=
"SELECT p.rowid, p.ref, p.total_ht, s.rowid as socid, s.nom as name, s.client, s.canvas"
;
$sql
.
=
" FROM "
.
MAIN_DB_PREFIX
.
"propal as p"
;
$sql
.
=
" FROM "
.
MAIN_DB_PREFIX
.
"propal as p"
;
...
@@ -468,7 +468,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire && 0) // TODO A REFA
...
@@ -468,7 +468,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire && 0) // TODO A REFA
/*
/*
* Opened proposals
* Opened proposals
*/
*/
if
(
$conf
->
propal
->
enabled
&&
$user
->
rights
->
propal
e
->
lire
)
if
(
$conf
->
propal
->
enabled
&&
$user
->
rights
->
propal
->
lire
)
{
{
$langs
->
load
(
"propal"
);
$langs
->
load
(
"propal"
);
...
...
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