X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fui%2Fallocation_cart.inc;h=fe232f069af586b4255127c7b23ca3432779ff31;hb=4e6c60dfc8ab630d72010941b00f65b9659fe0b3;hp=34f1784c85155111a31037ad2ca3229dda3176e4;hpb=7ad222595e84451daea8aaa06c83d817cc3c774c;p=fa-stable.git diff --git a/includes/ui/allocation_cart.inc b/includes/ui/allocation_cart.inc index 34f1784c..fe232f06 100644 --- a/includes/ui/allocation_cart.inc +++ b/includes/ui/allocation_cart.inc @@ -15,7 +15,7 @@ */ //----------------------------------------------------------------------------------- -class allocation extends \stdClass +class allocation { var $trans_no; @@ -26,6 +26,7 @@ class allocation extends \stdClass 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 */