Skip to content

Commit

Permalink
Merge pull request #1468 from bouna/patch-1
Browse files Browse the repository at this point in the history
Update list.php
  • Loading branch information
eldy committed Mar 14, 2014
2 parents 7a741e0 + e7791a3 commit 90cf1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/prospect/list.php
Expand Up @@ -241,7 +241,7 @@
llxHeader('',$langs->trans("ThirdParty"),$help_url);
}

$param='&stcomm='.$stcomm.'&search_nom='.urlencode($search_nom).'&search_zipcode='.urlencode($search_zipcode).'&search_ville='.urlencode($search_ville);
$param='&stcomm='.$stcomm.'&search_nom='.urlencode($search_nom).'&search_zipcode='.urlencode($search_zipcode).'&search_town='.urlencode($search_town);
// Store the status filter in the URL
if (isSet($search_cstc))
{
Expand Down

0 comments on commit 90cf1ba

Please sign in to comment.