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
837ca4f9
Commit
837ca4f9
authored
14 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Test: removal of the tab "accountancy card"
parent
8a8a7d3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/comm/propal.php
+1
-1
1 addition, 1 deletion
htdocs/comm/propal.php
htdocs/comm/propal/tpl/linkedobjectblock.tpl.php
+1
-1
1 addition, 1 deletion
htdocs/comm/propal/tpl/linkedobjectblock.tpl.php
htdocs/lib/propal.lib.php
+2
-2
2 additions, 2 deletions
htdocs/lib/propal.lib.php
with
4 additions
and
4 deletions
htdocs/comm/propal.php
+
1
−
1
View file @
837ca4f9
...
...
@@ -1506,7 +1506,7 @@ if ($id > 0 || ! empty($ref))
}
// Delete
if
(
$propal
->
statut
<
4
&&
$user
->
rights
->
propale
->
supprimer
)
if
(
$user
->
rights
->
propale
->
supprimer
)
{
print
'<a class="butActionDelete" href="'
.
$_SERVER
[
"PHP_SELF"
]
.
'?id='
.
$propal
->
id
.
'&action=delete"'
;
print
'>'
.
$langs
->
trans
(
'Delete'
)
.
'</a>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/comm/propal/tpl/linkedobjectblock.tpl.php
+
1
−
1
View file @
837ca4f9
...
...
@@ -41,7 +41,7 @@ for ($i = 0 ; $i < $num ; $i++)
$var
=!
$var
;
?>
<tr
<?php
echo
$bc
[
$var
];
?>
><td>
<a
href=
"
<?php
echo
DOL_URL_ROOT
.
'/com
pta
/propal.php?id='
.
$linkedObjectBlock
->
id
?>
"
>
<?php
echo
img_object
(
$langs
->
trans
(
"ShowPropal"
),
"propal"
)
.
' '
.
$linkedObjectBlock
->
ref
;
?>
</a></td>
<a
href=
"
<?php
echo
DOL_URL_ROOT
.
'/com
m
/propal.php?id='
.
$linkedObjectBlock
->
id
?>
"
>
<?php
echo
img_object
(
$langs
->
trans
(
"ShowPropal"
),
"propal"
)
.
' '
.
$linkedObjectBlock
->
ref
;
?>
</a></td>
<td>
<?php
echo
$linkedObjectBlock
->
ref_client
;
?>
</td>
<td
align=
"center"
>
<?php
echo
dol_print_date
(
$linkedObjectBlock
->
date
,
'day'
);
?>
</td>
<td
align=
"right"
>
<?php
echo
price
(
$linkedObjectBlock
->
total_ht
);
?>
</td>
...
...
This diff is collapsed.
Click to expand it.
htdocs/lib/propal.lib.php
+
2
−
2
View file @
837ca4f9
...
...
@@ -53,12 +53,12 @@ function propal_prepare_head($propal)
$head
[
$h
][
2
]
=
'shipping'
;
$h
++
;
}
/*
$head[$h][0] = DOL_URL_ROOT.'/compta/propal.php?id='.$propal->id;
$head[$h][1] = $langs->trans('AccountancyCard');
$head[$h][2] = 'compta';
$h++;
*/
if
(
$conf
->
use_preview_tabs
)
{
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/comm/propal/apercu.php?id='
.
$propal
->
id
;
...
...
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