diff --git a/app/Library/Finances/JumpBridgeTax.php b/app/Library/Finances/JumpBridgeTax.php index 3d9de7b60..b1cfa44d5 100644 --- a/app/Library/Finances/JumpBridgeTax.php +++ b/app/Library/Finances/JumpBridgeTax.php @@ -132,7 +132,6 @@ class JumpBridgeTax { //Get the total usage $usage = DB::table('jump_bridge_journal') - ->select('amount') ->whereBetween('date', [$this->date, $this->date->addDays($this->days)]) ->sum(['amount']);