From 45785c12d6d737aead8ec93c112139da47a1cbbd Mon Sep 17 00:00:00 2001 From: James Rose Date: Thu, 16 Mar 2023 16:18:43 +0000 Subject: [PATCH] Update service charge validations --- app/models/validations/financial_validations.rb | 8 ++++---- config/locales/en.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/models/validations/financial_validations.rb b/app/models/validations/financial_validations.rb index 6179d05aa..71371ec71 100644 --- a/app/models/validations/financial_validations.rb +++ b/app/models/validations/financial_validations.rb @@ -132,12 +132,12 @@ private CHARGE_MAXIMUMS = { scharge: { private_registered_provider: { - general_needs: 55, - supported_housing: 280, + general_needs: 155, + supported_housing: 480, }, local_authority: { - general_needs: 45, - supported_housing: 165, + general_needs: 155, + supported_housing: 365, }, }, pscharge: { diff --git a/config/locales/en.yml b/config/locales/en.yml index 56caa6a59..215a611b4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -253,11 +253,11 @@ en: less_than_shortfall: "Enter an amount that is more than the shortfall in basic rent" scharge: private_registered_provider: - general_needs: "Enter a value for the service charge between £0 and £55 per week if the landlord is a private registered provider and it is a general needs letting" - supported_housing: "Enter a value for the service charge between £0 and £280 per week if the landlord is a private registered provider and it is a supported housing letting" + general_needs: "Enter a value for the service charge between £0 and £155 per week if the landlord is a private registered provider and it is a general needs letting" + supported_housing: "Enter a value for the service charge between £0 and £480 per week if the landlord is a private registered provider and it is a supported housing letting" local_authority: - general_needs: "Enter a value for the service charge between £0 and £45 per week if the landlord is a local authority and it is a general needs letting" - supported_housing: "Enter a value for the service charge between £0 and £165 per week if the landlord is a local authority and it is a supported housing letting" + general_needs: "Enter a value for the service charge between £0 and £155 per week if the landlord is a local authority and it is a general needs letting" + supported_housing: "Enter a value for the service charge between £0 and £365 per week if the landlord is a local authority and it is a supported housing letting" pscharge: private_registered_provider: general_needs: "Enter a value for the personal service charge between £0 and £30 per week if the landlord is a private registered provider and it is a general needs letting"