diff --git a/htdocs/product/ajaxproducts.php b/htdocs/product/ajaxproducts.php index 777cc484e34..6272ac0fe70 100644 --- a/htdocs/product/ajaxproducts.php +++ b/htdocs/product/ajaxproducts.php @@ -41,15 +41,17 @@ require('../main.inc.php'); $langs->load("products"); $langs->load("main"); + /* * View */ - //top_htmlhead("", "", 1); // Disabled. An ajax return must not include html header. //print ''."\n"; +dol_syslog(join(',',$_POST)); + // Generation liste de produits if (! empty($_GET['keysearch']) || ! empty($_GET['term'])) { diff --git a/htdocs/societe/ajaxcompanies.php b/htdocs/societe/ajaxcompanies.php index 7a0f5033713..8cbb5f5b83a 100644 --- a/htdocs/societe/ajaxcompanies.php +++ b/htdocs/societe/ajaxcompanies.php @@ -35,6 +35,11 @@ if (! defined("NOLOGIN")) define("NOLOGIN",'1'); require('../main.inc.php'); + +/* + * View + */ + //top_htmlhead("", "", 1, 1); // Disabled. An ajax return must not include html header. //print ''; diff --git a/htdocs/societe/ajaxcountries.php b/htdocs/societe/ajaxcountries.php index 3db01fa72c3..4812b1bc1eb 100644 --- a/htdocs/societe/ajaxcountries.php +++ b/htdocs/societe/ajaxcountries.php @@ -31,6 +31,7 @@ if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); require('../main.inc.php'); + /* * View */