Browse Source

save changes made in rebase

validations-copy
Arthur Campbell 2 years ago
parent
commit
04b28ba36e
  1. 4
      app/models/form/sales/questions/leasehold_charges.rb

4
app/models/form/sales/questions/leasehold_charges.rb

@ -5,12 +5,8 @@ class Form::Sales::Questions::LeaseholdCharges < ::Form::Question
@check_answer_label = "Monthly leasehold charges"
@header = "Enter the total monthly charge"
@type = "numeric"
<<<<<<< HEAD
@min = 1
=======
@min = 0
@step = 0.01
>>>>>>> a59c771e (add or alter step on numeric questions in sales, amend one test given step changes)
@width = 5
@prefix = "£"
@ownershipsch = ownershipsch

Loading…
Cancel
Save