You are here

function invoice_view_print in Invoice 6

Same name and namespace in other branches
  1. 7 invoice.module \invoice_view_print()

Display the invoice in HTML print format

1 string reference to 'invoice_view_print'
invoice_menu in ./invoice.module
Implementation of hook_menu()

File

./invoice.module, line 832
Invoice module

Code

function invoice_view_print($invoice_number) {
  echo _invoice_get_html($invoice_number, $node);
}