Skip to content
Snippets Groups Projects
Commit 0065adc2 authored by Florian Henry's avatar Florian Henry
Browse files

Wrong call of show_contact into fourn/fiche.php

parent a73275b9
No related branches found
No related tags found
No related merge requests found
...@@ -467,7 +467,7 @@ if ($object->fetch($id)) ...@@ -467,7 +467,7 @@ if ($object->fetch($id))
{ {
print '<br>'; print '<br>';
// List of contacts // List of contacts
show_contacts($conf,$langs,$db,$object,$_SERVER["PHP_SELF"].'?id='.$object->id); show_contacts($conf,$langs,$db,$object,$_SERVER["PHP_SELF"].'?socid='.$object->id);
} }
// Addresses list // Addresses list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment