Skip to content

Commit

Permalink
add params to accounts_range_crit helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
thib44 committed May 18, 2017
1 parent 62a5235 commit 8813aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/backend/accounts_helper.rb
Expand Up @@ -34,7 +34,7 @@ def major_accounts_tabs_tag

# Create a widget to select ranges of account
# See Account#range_condition
def accounts_range_crit
def accounts_range_crit(args)
id = :accounts
params[id] = Account.clean_range_condition(params[id])
code = ''
Expand Down

0 comments on commit 8813aae

Please sign in to comment.