You are here

function uc_order_uc_invoice_templates in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_order/uc_order.module \uc_order_uc_invoice_templates()

Implements hook_uc_invoice_templates().

File

uc_order/uc_order.module, line 861

Code

function uc_order_uc_invoice_templates() {
  return array(
    'admin',
    'customer',
  );
}