Fixed: label

This commit is contained in:
Laurent Destailleur 2014-12-26 05:16:00 +01:00
parent 5ead994955
commit d8557d8af0

View File

@ -1291,7 +1291,7 @@ class Form
} }
else else
{ {
$out.=($moreinfo?' - ':' (').$obj->label; $out.=($moreinfo?' - ':' (').($obj->label?$obj->label:$langs->trans("EntityNameNotDefined"));
$moreinfo++; $moreinfo++;
} }
} }