From: <tu...@us...> - 2017-07-04 15:55:20
|
Revision: 7805 http://sourceforge.net/p/web-erp/reponame/7805 Author: turbopt Date: 2017-07-04 15:55:17 +0000 (Tue, 04 Jul 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log trunk/includes/DefineImportBankTransClass.php Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-07-04 07:05:09 UTC (rev 7804) +++ trunk/doc/Change.log 2017-07-04 15:55:17 UTC (rev 7805) @@ -1,5 +1,6 @@ webERP Change Log +04/07/17 PaulT: DefineImportBankTransClass.php - Remove extra ( 30/06/17 Exson: Fixed the argument count error in SupplierInvoice.php. 2017-06-26 4.14.1 release Modified: trunk/includes/DefineImportBankTransClass.php =================================================================== --- trunk/includes/DefineImportBankTransClass.php 2017-07-04 07:05:09 UTC (rev 7804) +++ trunk/includes/DefineImportBankTransClass.php 2017-07-04 15:55:17 UTC (rev 7805) @@ -60,7 +60,7 @@ $this->BankTransID = 0; } function BankTrans($ValueDate, $Amount) { - self::__construct(($ValueDate, $Amount); + self::__construct($ValueDate, $Amount); } function Add_To_GLAnalysis($Amount, $Narrative, $GLCode, $GLAccountName, $Tag){ |