diff --git a/app/controllers/invoices_controller.rb b/app/controllers/invoices_controller.rb index e2ab588..094738e 100644 --- a/app/controllers/invoices_controller.rb +++ b/app/controllers/invoices_controller.rb @@ -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