From: <te...@us...> - 2016-01-13 03:03:26
|
Revision: 7443 http://sourceforge.net/p/web-erp/reponame/7443 Author: tehonu Date: 2016-01-13 03:03:24 +0000 (Wed, 13 Jan 2016) Log Message: ----------- Correction of Type = 2, to prevent error in GLAccountInquiry modification. Modified Paths: -------------- trunk/PcAuthorizeExpenses.php Modified: trunk/PcAuthorizeExpenses.php =================================================================== --- trunk/PcAuthorizeExpenses.php 2016-01-13 02:41:12 UTC (rev 7442) +++ trunk/PcAuthorizeExpenses.php 2016-01-13 03:03:24 UTC (rev 7443) @@ -211,7 +211,7 @@ amount, currcode) VALUES ('". $ReceiptTransNo . "', - 1, + 2, '" . $AccountFrom . "', '" . $Narrative . "', 1, |