mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Fix invoice description #2810
This commit is contained in:
parent
246645079d
commit
e92ef92331
4 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ class Admin::InvoicesController < AdminController
|
|||
flash[:notice] = t(:record_created)
|
||||
redirect_to [:admin, @invoice]
|
||||
else
|
||||
flash[:alert] = t(:failed_to_create_record)
|
||||
flash.now[:alert] = t(:failed_to_create_record)
|
||||
render 'new'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue