I have noticed a little bug using the thirdparty filter.
When I specify a search_type (customer, prospect, supplier) this filter disappears when selecting another page.
To correct this bug (in version 3.4.0) I have added this line in the /htdocs/societe/societe.php file line 275 :" $params.= ' search_type='.$search_type; "
Then the lines should like this:
$num = $db->num_rows($resql);
$i = 0;
$params = " socname=".$socname." search_nom=".$search_nom." search_town=".$search_town;
$params.= ' search_idprof1='.$search_idprof1;
$params.= ' search_idprof2='.$search_idprof2;
$params.= ' search_idprof3='.$search_idprof3;
$params.= ' search_idprof4='.$search_idprof4;
$params.= ' search_type='.$search_type;
print_barre_liste($title, $page, $_SERVER["PHP_SELF"],$params,$sortfield,$sortorder,'',$num,$nbtotalofrecords);
Can you please integrate this correction in the next release?
Regards
↧