Fixed undefined variable typo
This commit is contained in:
parent
a7cec18081
commit
adc1998b73
@ -124,7 +124,7 @@ class FormProjets
|
|||||||
}
|
}
|
||||||
else if ($obj->fk_statut == 2)
|
else if ($obj->fk_statut == 2)
|
||||||
{
|
{
|
||||||
if ($discard_close == 2) $disabled=1;
|
if ($discard_closed == 2) $disabled=1;
|
||||||
$labeltoshow.=' - '.$langs->trans("Closed");
|
$labeltoshow.=' - '.$langs->trans("Closed");
|
||||||
}
|
}
|
||||||
else if ($socid > 0 && (! empty($obj->fk_soc) && $obj->fk_soc != $socid))
|
else if ($socid > 0 && (! empty($obj->fk_soc) && $obj->fk_soc != $socid))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user