Skip to content
Snippets Groups Projects
Commit 293560f9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing ref is object is supplier object

parent 39bd9a69
No related branches found
No related tags found
No related merge requests found
......@@ -751,6 +751,11 @@ foreach ($listofreferent as $key => $value)
}
print $formfile->getDocumentsLink($element_doc, $filename, $filedir);
// Show supplier ref
if (! empty($element->ref_supplier)) print ' - '.$element->ref_supplier;
// Show customer ref
if (! empty($element->ref_customer)) print ' - '.$element->ref_customer;
}
print "</td>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment