mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Add translations, fix bank links
This commit is contained in:
parent
28d8aac65c
commit
416842f924
9 changed files with 44 additions and 4 deletions
|
@ -4,7 +4,7 @@ class Registrar::InvoicesController < RegistrarController
|
|||
before_action :set_invoice, only: [:show]
|
||||
|
||||
def index
|
||||
@invoices = current_user.registrar.invoices.includes(:invoice_items)
|
||||
@invoices = current_user.registrar.invoices.includes(:invoice_items).order(id: :desc)
|
||||
end
|
||||
|
||||
def show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue