Fix: mise en commentaire du debugage

This commit is contained in:
Regis Houssin 2007-06-12 00:29:04 +00:00
parent 59a3a32f78
commit 67a4ae1a8c

View File

@ -38,7 +38,7 @@ $langs->load("suppliers");
// Sécurité d'accès client et commerciaux
$socid = restrictedArea($user, 'societe','','',1);
print 'socid '.$socid;
//print 'socid '.$socid;
$search_nom=isset($_GET["search_nom"])?$_GET["search_nom"]:$_POST["search_nom"];
$search_ville=isset($_GET["search_ville"])?$_GET["search_ville"]:$_POST["search_ville"];