From: <te...@us...> - 2015-11-30 01:26:19
|
Revision: 7403 http://sourceforge.net/p/web-erp/reponame/7403 Author: tehonu Date: 2015-11-30 01:26:16 +0000 (Mon, 30 Nov 2015) Log Message: ----------- Remove hardcoded $PageSecurity Modified Paths: -------------- trunk/CustomerBalancesMovement.php Modified: trunk/CustomerBalancesMovement.php =================================================================== --- trunk/CustomerBalancesMovement.php 2015-11-27 00:26:56 UTC (rev 7402) +++ trunk/CustomerBalancesMovement.php 2015-11-30 01:26:16 UTC (rev 7403) @@ -1,8 +1,6 @@ <?php /* $Id: CustomerBalancesMovement.php 6941 2014-10-26 23:18:08Z daintree $*/ -$PageSecurity = 1; - include('includes/session.inc'); $Title=_('Customer Activity and Balances'); /*To do: Info in the manual. RChacon. |