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

Merge branch '3.4' of git@github.com:Dolibarr/dolibarr.git into 3.4

parents 062c150b 90cf1ba3
Branches
Tags
No related merge requests found
......@@ -241,7 +241,7 @@ if ($resql)
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))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment