From: <tim...@us...> - 2010-05-02 10:12:17
|
Revision: 3437 http://web-erp.svn.sourceforge.net/web-erp/?rev=3437&view=rev Author: tim_schofield Date: 2010-05-02 10:12:10 +0000 (Sun, 02 May 2010) Log Message: ----------- Tim: SelectProduct.php - Correctly show the next page of products in a search. Modified Paths: -------------- trunk/SelectProduct.php trunk/doc/Change.log.html Modified: trunk/SelectProduct.php =================================================================== --- trunk/SelectProduct.php 2010-05-01 07:23:47 UTC (rev 3436) +++ trunk/SelectProduct.php 2010-05-02 10:12:10 UTC (rev 3437) @@ -660,6 +660,10 @@ <input type=submit name="Go" value="' . _('Go') . '"> <input type=submit name="Previous" value="' . _('Previous') . '"> <input type=submit name="Next" value="' . _('Next') . '">'; + echo '<input type=hidden name=Keywords value="'.$_POST['Keywords'].'">'; + echo '<input type=hidden name=StockCat value="'.$_POST['StockCat'].'">'; + echo '<input type=hidden name=StockCode value="'.$_POST['StockCode'].'">'; + echo '<input type=hidden name=Search value="Search">'; echo '<p></div>'; } echo '<table cellpadding=2 colspan=7>'; Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-05-01 07:23:47 UTC (rev 3436) +++ trunk/doc/Change.log.html 2010-05-02 10:12:10 UTC (rev 3437) @@ -1,7 +1,8 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> -<p>01/05/10 Lindsay: Install now includes an option to install a logo.jpg file -<p>30/04/10 Lindsay: Make installation operation functional again +<p>02/05/10 Tim: SelectProduct.php - Correctly show the next page of products in a search.</p> +<p>01/05/10 Lindsay: Install now includes an option to install a logo.jpg file</p> +<p>30/04/10 Lindsay: Make installation operation functional again</p> <p>29/04/10 Tim Schofield: SelectOrderItems.php : Ensure PO line number is carried through from quck entry screen.</p> <p>29/04/10 Tim Schofield: SelectOrderItems.php : LastCustomer was not being initialised.</p> <p>28/04/10 Tim Schofield: MiscFunctions.php : Fix currency download for when there is no internat connection.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |