mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix bad parameter
This commit is contained in:
parent
0032ad695c
commit
fb50daaa40
|
|
@ -706,7 +706,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
|
|||
$contactstatic->web = $obj->web;
|
||||
$contactstatic->skype = $obj->skype;
|
||||
|
||||
$country_code = getCountry($obj->country_id, 'all');
|
||||
$country_code = getCountry($obj->country_id, 2);
|
||||
$contactstatic->country_code = $country_code;
|
||||
|
||||
print "<tr ".$bc[$var].">";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user