Skip to content

Commit

Permalink
FIX #7824
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 17, 2017
1 parent 7f28c9f commit fde3359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/product/stock/replenishorders.php
Expand Up @@ -51,7 +51,6 @@
$search_datemonth = GETPOST('search_datemonth', 'int');
$search_dateday = GETPOST('search_dateday', 'int');
$search_date = dol_mktime(0, 0, 0, $search_datemonth, $search_dateday, $search_dateyear);
if (GETPOST('search_date', 'alpha')) $search_date = dol_stringtotime(GETPOST('search_date', 'alpha')); // For backward compatibility

$limit = GETPOST('limit')?GETPOST('limit','int'):$conf->liste_limit;
$sortfield = GETPOST("sortfield");
Expand All @@ -63,7 +62,6 @@
$offset = $limit * $page;



/*
* Actions
*/
Expand Down Expand Up @@ -244,6 +242,7 @@
$sortfield,
$sortorder
);

print '</tr>'.

'<tr class="liste_titre">'.
Expand Down

0 comments on commit fde3359

Please sign in to comment.