Merge branch 'story/112050051-incvoice-sort' into staging

This commit is contained in:
Vladimir Krylov 2016-02-08 10:36:47 +02:00
commit 4bd3a4f3ff
3 changed files with 54 additions and 2 deletions

View file

@ -12,9 +12,9 @@
%th{class: 'col-xs-3'}
= sort_link(@q, :buyer_name, "Buyer")
%th{class: 'col-xs-3'}
= sort_link(@q, :due_date)
= sort_link(@q, :sort_due_date, "Due date")
%th{class: 'col-xs-3'}
= sort_link(@q, :account_activity_created_at, "Receipt date")
= sort_link(@q, :sort_receipt_date, "Receipt date")
%tbody
- @invoices.each do |x|
%tr