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
642d7473
Commit
642d7473
authored
9 years ago
by
aspangaro
Committed by
Laurent Destailleur
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Donation || Don't show project icon if fk_project is empty
parent
91caea57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/don/card.php
+2
-2
2 additions, 2 deletions
htdocs/don/card.php
with
2 additions
and
2 deletions
htdocs/don/card.php
+
2
−
2
View file @
642d7473
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2015
Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
* Copyright (C) 2015
-2016
Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -680,7 +680,7 @@ if (! empty($id) && $action != 'edit')
...
@@ -680,7 +680,7 @@ if (! empty($id) && $action != 'edit')
$projettmp
=
new
Project
(
$db
);
$projettmp
=
new
Project
(
$db
);
$projettmp
->
id
=
$object
->
fk_projet
;
$projettmp
->
id
=
$object
->
fk_projet
;
$projettmp
->
ref
=
$object
->
project
;
$projettmp
->
ref
=
$object
->
project
;
print
$projettmp
->
getNomUrl
(
1
);
if
(
!
empty
(
$object
->
fk_projet
))
print
$projettmp
->
getNomUrl
(
1
);
print
'</td>'
;
print
'</td>'
;
print
'</tr>'
;
print
'</tr>'
;
}
}
...
...
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