From: <vv...@us...> - 2012-04-16 18:03:30
|
Revision: 5249 http://web-erp.svn.sourceforge.net/web-erp/?rev=5249&view=rev Author: vvs2012 Date: 2012-04-16 18:03:24 +0000 (Mon, 16 Apr 2012) Log Message: ----------- Fixed Days textbox where it did not remember entered value. Modified Paths: -------------- trunk/PcAuthorizeExpenses.php trunk/doc/Change.log Modified: trunk/PcAuthorizeExpenses.php =================================================================== --- trunk/PcAuthorizeExpenses.php 2012-04-16 09:52:31 UTC (rev 5248) +++ trunk/PcAuthorizeExpenses.php 2012-04-16 18:03:24 UTC (rev 5249) @@ -261,8 +261,6 @@ } echo '<input type="hidden" name="SelectedIndex" value="' . $myrow['counterindex']. '" />'; - echo '<input type="hidden" name="SelectedTabs" value="' . $SelectedTabs . '" />'; - echo '<input type="hidden" name="Days" value="' .$Days. '" />'; echo '</td></tr>'; Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-04-16 09:52:31 UTC (rev 5248) +++ trunk/doc/Change.log 2012-04-16 18:03:24 UTC (rev 5249) @@ -1,4 +1,5 @@ webERP Change Log +16/04/2012 Vitaly: Fixed Days textbox where it did not remember entered value. 16/04/2012 Ricard: ReorderLevelLocation.php only showing items not discontinued (current). 14/04/2012 Ricard: Adding stock category as filter for selection in TopItems.php 12/4/2012 TurboPT: Replaced table row bgcolor [or style=background-color] with the appropriate css class. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |