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