From: <ex...@us...> - 2014-03-03 02:32:35
|
Revision: 6596 http://sourceforge.net/p/web-erp/reponame/6596 Author: exsonqu Date: 2014-03-03 02:32:31 +0000 (Mon, 03 Mar 2014) Log Message: ----------- 03/03/2014 Exson: Remove redundant code in CustomerAllocations.php Modified Paths: -------------- trunk/CustomerAllocations.php Modified: trunk/CustomerAllocations.php =================================================================== --- trunk/CustomerAllocations.php 2014-03-03 01:55:46 UTC (rev 6595) +++ trunk/CustomerAllocations.php 2014-03-03 02:32:31 UTC (rev 6596) @@ -20,8 +20,6 @@ include('includes/SQL_CommonFunctions.inc'); if ( isset($_POST['Cancel']) ) { - unset($_POST['UpdateDatabase']); - unset($_POST['RefreshAllocTotal']); unset($_POST['AllocTrans']); } @@ -631,4 +629,4 @@ include('includes/footer.inc'); -?> \ No newline at end of file +?> |