From 26d9df5894ad2b3c1095c4adad64c4be2d07ee51 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 25 May 2018 12:09:09 +0000 Subject: [PATCH] bankstatement alert issues fixes --- application/views/bankstatement.php | 58 ++++------------------------- 1 file changed, 7 insertions(+), 51 deletions(-) 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;