Revision: 7728
http://sourceforge.net/p/web-erp/reponame/7728
Author: daintree
Date: 2017-01-13 23:41:06 +0000 (Fri, 13 Jan 2017)
Log Message:
-----------
reverse adding of superflous intermediary variable
Modified Paths:
--------------
trunk/includes/DefineReceiptClass.php
Modified: trunk/includes/DefineReceiptClass.php
===================================================================
--- trunk/includes/DefineReceiptClass.php 2017-01-13 23:03:14 UTC (rev 7727)
+++ trunk/includes/DefineReceiptClass.php 2017-01-13 23:41:06 UTC (rev 7728)
@@ -25,7 +25,6 @@
$this->Items = array();
$this->ItemCounter=0;
$this->total=0;
- $this->ReceiptType=array();
}
function add_to_batch($Amount, $Customer, $Discount, $Narrative, $GLCode, $PayeeBankDetail, $CustomerName, $tag){
|