Browse Source

Add top guidance partial to outright sale

pull/2582/head
Kat 2 years ago
parent
commit
cf6ab3d097
  1. 2
      app/models/form/sales/pages/purchase_price_outright_ownership.rb

2
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

Loading…
Cancel
Save