From cf6ab3d0974e71171e205cb69bb3fe8fbc432a7c Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 14 Aug 2024 12:52:03 +0100 Subject: [PATCH] Add top guidance partial to outright sale --- .../form/sales/pages/purchase_price_outright_ownership.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/form/sales/pages/purchase_price_outright_ownership.rb b/app/models/form/sales/pages/purchase_price_outright_ownership.rb index a5e995ed6..897a19c2e 100644 --- a/app/models/form/sales/pages/purchase_price_outright_ownership.rb +++ b/app/models/form/sales/pages/purchase_price_outright_ownership.rb @@ -4,6 +4,8 @@ class Form::Sales::Pages::PurchasePriceOutrightOwnership < ::Form::Page @depends_on = [ { "outright_sale_or_discounted_with_full_ownership?" => true }, ] + @header = "About the price of the property" + @top_guidance_partial = "financial_calculations_outright_sale" @ownershipsch = ownershipsch end