Browse Source

feat: unfix ££ bug, leave to another ticket

pull/1687/head
natdeanlewissoftwire 3 years ago
parent
commit
6a5e25bf61
  1. 2
      app/models/lettings_log.rb

2
app/models/lettings_log.rb

@ -660,7 +660,7 @@ private
num_of_weeks = NUM_OF_WEEKS_FROM_PERIOD[period] num_of_weeks = NUM_OF_WEEKS_FROM_PERIOD[period]
return "" unless value && num_of_weeks return "" unless value && num_of_weeks
(value * 52 / num_of_weeks) format_as_currency((value * 52 / num_of_weeks))
end end
def fully_wheelchair_accessible? def fully_wheelchair_accessible?

Loading…
Cancel
Save