Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill unit only if we can determine unit from rates
otherwise method ApplicationController.helpers.number_with_delimiter is called (thru apply_format_function and format_currency_with_delimiter is called) with parameters: ApplicationController.helpers.number_to_currency('0.0', {:unit => nil} ) which is causing error.
- Loading branch information