commit
6ef42623da
@ -65,6 +65,7 @@ $search_filter = GETPOST("search_filter", 'alpha');
|
|||||||
$search_status = GETPOST("search_status", 'intcomma');
|
$search_status = GETPOST("search_status", 'intcomma');
|
||||||
$catid = GETPOST("catid", 'int');
|
$catid = GETPOST("catid", 'int');
|
||||||
$optioncss = GETPOST('optioncss', 'alpha');
|
$optioncss = GETPOST('optioncss', 'alpha');
|
||||||
|
$socid = GETPOST('socid', 'int');
|
||||||
|
|
||||||
$filter = GETPOST("filter", 'alpha');
|
$filter = GETPOST("filter", 'alpha');
|
||||||
if ($filter) {
|
if ($filter) {
|
||||||
|
|||||||
@ -185,6 +185,7 @@ $thirdpartygraph .= '</td></tr>';
|
|||||||
$thirdpartygraph .= '</table>';
|
$thirdpartygraph .= '</table>';
|
||||||
$thirdpartygraph .= '</div>';
|
$thirdpartygraph .= '</div>';
|
||||||
|
|
||||||
|
$thirdpartycateggraph = '';
|
||||||
if (!empty($conf->categorie->enabled) && !empty($conf->global->CATEGORY_GRAPHSTATS_ON_THIRDPARTIES)) {
|
if (!empty($conf->categorie->enabled) && !empty($conf->global->CATEGORY_GRAPHSTATS_ON_THIRDPARTIES)) {
|
||||||
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
|
||||||
$elementtype = 'societe';
|
$elementtype = 'societe';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user