forked from Wavyzz/dolibarr
Add import key on third party table
This commit is contained in:
@@ -83,6 +83,9 @@ function dol_print_object_info($object)
|
||||
global $langs;
|
||||
$langs->load("other");
|
||||
|
||||
if (isset($object->import_key))
|
||||
print $langs->trans("ImportedWithSet")." : " . $object->import_key . '<br>';
|
||||
|
||||
if (isset($object->user_creation) && $object->user_creation->fullname)
|
||||
print $langs->trans("CreatedBy")." : " . $object->user_creation->fullname . '<br>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user