Skip to content

Commit

Permalink
fix FSF-4 (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMuhimbura authored Jul 25, 2024
1 parent 696b88d commit 52aa50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ private CheckValidationColor runCheck3(final ClientData clientData) {
final String percentageIncreaseSQL = """
SELECT
CASE WHEN (mlag.current_credit_value <= 0) THEN 0
ELSE ((mlag.requested_value/mlag.current_credit_value) - 1) * 100
ELSE ((mlag.agency_authorized_amount/mlag.current_credit_value) - 1) * 100
END AS percentageIncrease
FROM m_loan_additionals_group mlag
INNER JOIN m_loan ml ON ml.id = mlag.loan_id
Expand Down

0 comments on commit 52aa50f

Please sign in to comment.