[Weberp-svn] SF.net SVN: weberp:[5185] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-04-12 20:45:30
|
Revision: 5185 http://weberp.svn.sourceforge.net/weberp/?rev=5185&view=rev Author: tim_schofield Date: 2011-04-12 20:45:24 +0000 (Tue, 12 Apr 2011) Log Message: ----------- fix bugs in controlled item sales Modified Paths: -------------- trunk/ConfirmDispatchControlled_Invoice.php trunk/includes/Add_SerialItemsOut.php trunk/includes/OutputSerialItems.php Modified: trunk/ConfirmDispatchControlled_Invoice.php =================================================================== --- trunk/ConfirmDispatchControlled_Invoice.php 2011-04-12 19:47:33 UTC (rev 5184) +++ trunk/ConfirmDispatchControlled_Invoice.php 2011-04-12 20:45:24 UTC (rev 5185) @@ -74,4 +74,4 @@ include('includes/footer.inc'); exit; -?> +?> \ No newline at end of file Modified: trunk/includes/Add_SerialItemsOut.php =================================================================== --- trunk/includes/Add_SerialItemsOut.php 2011-04-12 19:47:33 UTC (rev 5184) +++ trunk/includes/Add_SerialItemsOut.php 2011-04-12 20:45:24 UTC (rev 5185) @@ -40,7 +40,6 @@ // } // } - } /*end if the user hit the enter button */ if (isset($_GET['Delete'])){ Modified: trunk/includes/OutputSerialItems.php =================================================================== --- trunk/includes/OutputSerialItems.php 2011-04-12 19:47:33 UTC (rev 5184) +++ trunk/includes/OutputSerialItems.php 2011-04-12 20:45:24 UTC (rev 5185) @@ -95,7 +95,7 @@ echo '<td class=number>' . $Bundle->ExpiryDate . '</td>'; } echo '<td><a href="' . $_SERVER['PHP_SELF'] . '?' . SID . 'Delete=' . $Bundle->BundleRef . '&StockID=' . $LineItem->StockID . '&LineNo=' . $LineNo .'">'. _('Delete'). '</a></td></tr>'; - $LineItem->SerialItems[]=$Bundle; +// $LineItem->SerialItems[]=$Bundle; $TotalQuantity += $Bundle->BundleQty; } @@ -119,7 +119,7 @@ echo $tableheader; -echo '<form action="' . $_SERVER['PHP_SELF'] . '?=' . SID . '" name="Ga6uF5Wa" method="post"> +echo '<form action="' . $_SERVER['PHP_SELF'] . '" name="Ga6uF5Wa" method="post"> <input type=hidden name=LineNo value="' . $LineNo . '"> <input type=hidden name=StockID value="' . $StockID . '"> <input type=hidden name=EntryType value="KEYED">'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |