fix scrutinzer
This commit is contained in:
parent
ac27532d62
commit
3bdec20364
@ -403,8 +403,8 @@ if ($id > 0 || !empty($ref)) {
|
||||
|
||||
// Third party
|
||||
print '<td>'.$langs->trans("ThirdParty").'</td><td colspan="3">';
|
||||
if ($projectstatic->societe->id) {
|
||||
print $projectstatic->societe->getNomUrl(1);
|
||||
if ($projectstatic->thirdparty->id) {
|
||||
print $projectstatic->thirdparty->getNomUrl(1);
|
||||
} else {
|
||||
print ' ';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user