diff --git a/resources/views/reports/month.blade.php b/resources/views/reports/month.blade.php
index a7a9504352..a906fd2019 100644
--- a/resources/views/reports/month.blade.php
+++ b/resources/views/reports/month.blade.php
@@ -25,15 +25,15 @@
{{{$entry->description}}}
- amount);?>
+ queryAmount);?>
@if($entry->type == 'Withdrawal')
- {{Amount::format($entry->amount,false)}}
+ {{Amount::format($entry->queryAmount,false)}}
@endif
@if($entry->type == 'Deposit')
- {{Amount::format($entry->amount,false)}}
+ {{Amount::format($entry->queryAmount,false)}}
@endif
@if($entry->type == 'Transfer')
- {{Amount::format($entry->amount,false)}}
+ {{Amount::format($entry->queryAmount,false)}}
@endif
|
|