add CSV report for earlyaccess codes
This commit is contained in:
@@ -725,6 +725,14 @@ function booking_menu() {
|
||||
'access arguments' => array('access administration pages'),
|
||||
'file' => 'booking.earlyaccess_admin.inc',
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
$items['admin/config/booking/earlyaccess/csv'] = array(
|
||||
'title' => 'Download Early Access Codes CSV',
|
||||
'description' => 'Download Early Access Codes CSV',
|
||||
'page callback' => 'booking_earlyaccess_csv_report',
|
||||
'access arguments' => array('access administration pages'),
|
||||
'file' => 'booking.earlyaccess_admin.inc',
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
|
||||
//the paypal IPN
|
||||
|
Reference in New Issue
Block a user