Signed-off-by: Adrian Hinz <ahinz@voicetelecom.pl>
This commit is contained in:
parent
09cfc055ea
commit
65683128fb
|
|
@ -27,6 +27,8 @@ class InvoicesController < ApplicationController
|
|||
|
||||
def edit
|
||||
@invoice = Invoice.find(params[:id])
|
||||
@user_firms = current_user.user_firms
|
||||
@customers = current_user.customers
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
|
|||
Loading…
Reference in New Issue