Skip to content

Commit

Permalink
Fix: A project is linked to a thirdparty (may be a customer, a supplier
Browse files Browse the repository at this point in the history
or a prospect).
  • Loading branch information
eldy committed May 22, 2014
1 parent 13da9c3 commit 3481884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/element.php
Expand Up @@ -114,7 +114,7 @@

print '<tr><td>'.$langs->trans("Label").'</td><td>'.$project->title.'</td></tr>';

print '<tr><td>'.$langs->trans("Company").'</td><td>';
print '<tr><td>'.$langs->trans("ThirdParty").'</td><td>';
if (! empty($project->societe->id)) print $project->societe->getNomUrl(1);
else print '&nbsp;';
print '</td></tr>';
Expand Down

0 comments on commit 3481884

Please sign in to comment.