Browse Source

amend step value on earnings

pull/1558/head
Arthur Campbell 3 years ago
parent
commit
899a3c4481
  1. 2
      app/models/form/lettings/questions/earnings.rb

2
app/models/form/lettings/questions/earnings.rb

@ -10,7 +10,7 @@ class Form::Lettings::Questions::Earnings < ::Form::Question
@min = 0
@guidance_partial = "what_counts_as_income"
@hint_text = ""
@step = 1
@step = 0.01
@prefix = "£"
@suffix = [
{ "label" => " every week", "depends_on" => { "incfreq" => 1 } },

Loading…
Cancel
Save