Fix more complete fix for bad label in creating invoice from other obj
This commit is contained in:
parent
cae7cabe6d
commit
3c176adb38
@ -3217,7 +3217,7 @@ if ($action == 'create')
|
||||
$newclassname = 'Intervention';
|
||||
break;
|
||||
default:
|
||||
$newclassname = $classname;
|
||||
$newclassname = get_class($objectsrc);
|
||||
}
|
||||
|
||||
print '<tr><td>' . $langs->trans($newclassname) . '</td><td colspan="2">' . $objectsrc->getNomUrl(1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user