From: <dai...@us...> - 2012-01-31 18:46:21
|
Revision: 4860 http://web-erp.svn.sourceforge.net/web-erp/?rev=4860&view=rev Author: daintree Date: 2012-01-31 18:46:10 +0000 (Tue, 31 Jan 2012) Log Message: ----------- bug fix Modified Paths: -------------- trunk/PO_Items.php Modified: trunk/PO_Items.php =================================================================== --- trunk/PO_Items.php 2012-01-31 09:26:48 UTC (rev 4859) +++ trunk/PO_Items.php 2012-01-31 18:46:10 UTC (rev 4860) @@ -1126,11 +1126,6 @@ } #end of while loop echo '</table>'; - if ($PartsDisplayed == $Maximum_Number_Of_Parts_To_Show){ - /*$Maximum_Number_Of_Parts_To_Show defined in config.php */ - prnMsg( _('Only the first') . ' ' . $Maximum_Number_Of_Parts_To_Show . ' ' . _('can be displayed') . '. ' . - _('Please restrict your search to only the parts required'),'info'); - } echo '<a name="end"></a><br /><div class="centre"><input type="submit" name="NewItem" value="Order some" /></div>'; }#end if SearchResults to show This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |