2
0
forked from Wavyzz/dolibarr

Add import key on third party table

This commit is contained in:
Laurent Destailleur
2009-05-05 01:09:31 +00:00
parent aa967dc3e0
commit 93444309dd
4 changed files with 11 additions and 4 deletions

View File

@@ -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>';