Changed default order of articles on balancing page.
This commit is contained in:
parent
e8fa912e8c
commit
4c57c57827
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ class Finance::BalancingController < ApplicationController
|
|||
when "order_number_reverse" then "articles.order_number DESC"
|
||||
end
|
||||
else
|
||||
sort = "articles.name"
|
||||
sort = "id"
|
||||
end
|
||||
|
||||
@articles = @order.order_articles.ordered.find(
|
||||
|
|
Loading…
Reference in a new issue