From: <tim...@us...> - 2010-04-29 16:08:47
|
Revision: 3434 http://web-erp.svn.sourceforge.net/web-erp/?rev=3434&view=rev Author: tim_schofield Date: 2010-04-29 16:08:41 +0000 (Thu, 29 Apr 2010) Log Message: ----------- Tim Schofield: SelectOrderItems.php : Ensure PO line number is carried through from quck entry screen. Modified Paths: -------------- trunk/SelectOrderItems.php trunk/doc/Change.log.html Modified: trunk/SelectOrderItems.php =================================================================== --- trunk/SelectOrderItems.php 2010-04-29 05:55:20 UTC (rev 3433) +++ trunk/SelectOrderItems.php 2010-04-29 16:08:41 UTC (rev 3434) @@ -977,7 +977,6 @@ prnMsg(_('Phantom assemblies cannot be sold, these items exist only as bills of materials used in other manufactured items. The following item has not been added to the order:') . ' ' . $NewItem, 'warn'); } else { /*Its not a kit set item*/ $NewItemDue = date($_SESSION['DefaultDateFormat']); - $NewPOLine = 0; include('includes/SelectOrderItems_IntoCart.inc'); } } Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-04-29 05:55:20 UTC (rev 3433) +++ trunk/doc/Change.log.html 2010-04-29 16:08:41 UTC (rev 3434) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></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> <p>28/04/10 Matt Taylor: Z_ImportStocks.php : Prevent importing empty string for pdfappend.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |