Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
afa committed Feb 27, 2012
1 parent fa9478d commit b3dc947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/orders_controller.rb
Expand Up @@ -55,7 +55,7 @@ def create

def lines
hsh = params[:filter] || {}
@lines = Axapta.sales_lines(hsh.merge(:user_hash => current_user.current_account.axapta_hash, :only_open => true))
@lines = Axapta.sales_lines(hsh.merge(:user_hash => current_user.current_account.axapta_hash, :only_open => true, :page => params[:page] || 1))
end

def show
Expand Down

0 comments on commit b3dc947

Please sign in to comment.