From: <ex...@us...> - 2014-03-23 12:43:18
|
Revision: 6631 http://sourceforge.net/p/web-erp/reponame/6631 Author: exsonqu Date: 2014-03-23 12:43:12 +0000 (Sun, 23 Mar 2014) Log Message: ----------- 23/03/14 Exson: Fixed the bug that the search results shows only limited to DisplayRecordsMax which does not make sense due to pagination in WorkOrderIssue.php. Modified Paths: -------------- trunk/WorkOrderIssue.php Modified: trunk/WorkOrderIssue.php =================================================================== --- trunk/WorkOrderIssue.php 2014-03-23 04:23:24 UTC (rev 6630) +++ trunk/WorkOrderIssue.php 2014-03-23 12:43:12 UTC (rev 6631) @@ -463,8 +463,6 @@ } } - $SQL = $SQL . " LIMIT " . $_SESSION['DisplayRecordsMax']; - $ErrMsg = _('There is a problem selecting the part records to display because'); $DbgMsg = _('The SQL used to get the part selection was'); $SearchResult = DB_query($SQL,$db,$ErrMsg, $DbgMsg); |