Class: PurchaseInvoicesController

Inherits:
PurchasesController
  • Object
show all
Defined in:
app/controllers/purchase_invoices_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
7
# File 'app/controllers/purchase_invoices_controller.rb', line 3

def show
  load_purchase
  @invoice = true
  @template = "purchase invoice"
end