diff --git a/application/views/bankstatement.php b/application/views/bankstatement.php index 53454e75..004f9bec 100644 --- a/application/views/bankstatement.php +++ b/application/views/bankstatement.php @@ -194,7 +194,8 @@ $finyear = $item->financial_year; $debit=$t->Debit; $status=$t->Status; $type=0; - if(!empty($t->Debit)) + //if(!empty($t->Debit)) + if($t->Debit != 0.00) { $type = 1; } @@ -281,59 +282,14 @@ $finyear = $item->financial_year; ?> - + - + - + - - - -
- - -
- - - - - - + @@ -344,7 +300,7 @@ $finyear = $item->financial_year;