From: <dai...@us...> - 2012-06-26 10:07:21
|
Revision: 5461 http://web-erp.svn.sourceforge.net/web-erp/?rev=5461&view=rev Author: daintree Date: 2012-06-26 10:07:10 +0000 (Tue, 26 Jun 2012) Log Message: ----------- Bob fix Modified Paths: -------------- trunk/StockAdjustments.php Modified: trunk/StockAdjustments.php =================================================================== --- trunk/StockAdjustments.php 2012-06-26 06:44:04 UTC (rev 5460) +++ trunk/StockAdjustments.php 2012-06-26 10:07:10 UTC (rev 5461) @@ -455,7 +455,7 @@ } echo '<input type="hidden" name="Quantity" value="' . $_SESSION['Adjustment' . $identifier]->Quantity . '" /> '.locale_number_format($_SESSION['Adjustment' . $identifier]->Quantity,$DecimalPlaces) .' - [<a href="'.$rootpath.'/StockAdjustmentsControlled.php?AdjType=REMOVE?&dentifier='.$identifier.'">'._('Remove').'</a>] + [<a href="'.$rootpath.'/StockAdjustmentsControlled.php?AdjType=REMOVE&dentifier='.$identifier.'">'._('Remove').'</a>] [<a href="'.$rootpath.'/StockAdjustmentsControlled.php?AdjType=ADD&identifier='.$identifier.'">'._('Add').'</a>]'; } else { echo '<input type="text" class="number" name="Quantity" size="12" maxlength="12" value="' . locale_number_format($Quantity,$DecimalPlaces) . '" />'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |