Skip to content

Commit

Permalink
Merge pull request #73 from bmic-development/wth-do-not-hide-price
Browse files Browse the repository at this point in the history
wth - Do not hide prices
  • Loading branch information
Stuart-Johnson committed Feb 10, 2017
2 parents fc8ec2b + 6270260 commit 2f9f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/service_calendar_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def currency_converter cents
def display_service_rate line_item
full_rate = line_item.service.displayed_pricing_map.full_rate

full_rate < line_item.applicable_rate ? "N/A" : currency_converter(full_rate)
currency_converter(full_rate)
end

def display_your_cost line_item
Expand Down

0 comments on commit 2f9f3ad

Please sign in to comment.