Fix: Ordering
This commit is contained in:
parent
f0151ce112
commit
9f020bb0a9
@ -232,7 +232,7 @@ $sql.= $db->plimit($limit + 1, $offset);
|
||||
// Define type of elements
|
||||
$typeElementString = $form->selectarray("type_element",$elementTypeArray,GETPOST('type_element'));
|
||||
$button = '<input type="submit" class="button" name="button_third" value="'.dol_escape_htmltag($langs->trans("Search")).'" title="'.dol_escape_htmltag($langs->trans("Search")).'">';
|
||||
$param="&sref=".$sref."&month=".$month."&year=".$year."&sprod_fulldescr=".$sprod_fulldescr."&socid=".$socid;
|
||||
$param="&sref=".$sref."&month=".$month."&year=".$year."&sprod_fulldescr=".$sprod_fulldescr."&socid=".$socid."&type_element=".$type_element;
|
||||
|
||||
print_barre_liste($langs->trans('ProductsIntoElements', $typeElementString.' '.$button), $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, '', '');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user