Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. $urls['admin/unlock-order/export'] = array(
  2.         'title' => t('Order Report Excel Export'),
  3.         'description' => 'Exports all orders to a CSV file.',
  4.         'page callback' => 'unlock_order_export',
  5.         'access arguments' => array('access full reports'),
  6.         'file' => 'batch_export.inc',
  7.         'type' => MENU_CALLBACK
  8.     );
Add Comment
Please, Sign In to add comment