Signed-off-by: Adrian Hinz <ahinz@voicetelecom.pl>

This commit is contained in:
Adrian Hinz 2016-10-05 08:13:30 +02:00
parent 09cfc055ea
commit 65683128fb
1 changed files with 2 additions and 0 deletions

View File

@ -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