You are here

function uc_shipping_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 shipping/uc_shipping/uc_shipping.module \uc_shipping_perm()

Implements hook_perm().

File

shipping/uc_shipping/uc_shipping.module, line 169

Code

function uc_shipping_perm() {
  return array(
    'fulfill orders',
  );
}