diff --git a/class/banktransaction.class.php b/class/banktransaction.class.php index d9f57c2..a5814ac 100755 --- a/class/banktransaction.class.php +++ b/class/banktransaction.class.php @@ -1215,7 +1215,7 @@ class BankImportTransaction extends CommonObject 'invoices' => $matchedInvoices, 'total' => $runningTotal, 'difference' => $targetAmount - $runningTotal, - 'match_score' => abs($runningTotal - $targetAmount) < 0.01 ? 100 : 90 + 'match_score' => abs($runningTotal - $targetAmount) < 0.01 ? 100 : 98 ); }