5594: Combo box to Customer Credit Note and Supplier Credit Note references. Fixed.
[fa-stable.git] / includes / ui / allocation_cart.inc
index 3491e35c972e3a8be0eb72527d9e4df853a6d96a..fe232f069af586b4255127c7b23ca3432779ff31 100644 (file)
@@ -15,7 +15,7 @@
 */
 //-----------------------------------------------------------------------------------
 
-class allocation 
+class allocation
 {
 
        var $trans_no; 
@@ -26,6 +26,7 @@ class allocation
        var $person_curr;
        var $date_;
        var $amount = 0; /*Total amount of the transaction in FX */
+       var $bank_amount = 0;
        var $currency;
 
        var $allocs; /*array of transactions allocated to */