Skip to content

Commit

Permalink
Update planHeader.configure.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Phpvarious committed Apr 10, 2024
1 parent 152d54f commit d385df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/modal/planHeader.configure.php
Expand Up @@ -138,10 +138,10 @@
$tr .= $plan->getLink_id();
$tr .= '</td>';
$tr .= '<td>';
if (in_array($plan->getLink_type(),array('text','summary','graph','plan','view','zone'))) {
if (in_array($plan->getLink_type(),array('text','summary','graph','plan','view','zone','image'))) {
$tr .= '<span class="label label-default">N/A</span>';
} else {
$link = $plan-> getLink();
$link = $plan->getLink();
if(is_object($link)){
$tr .= $link->getHumanName();
}else{
Expand Down

0 comments on commit d385df0

Please sign in to comment.