always load events include

This commit is contained in:
Nathan Coad
2019-09-02 21:55:16 +10:00
parent 572cf2797c
commit aebd90ee33

View File

@@ -39,7 +39,7 @@ module_load_include('inc', 'booking', 'booking.reports');
// Load the include for the admin pages // Load the include for the admin pages
module_load_include('inc', 'booking', 'booking.admin'); module_load_include('inc', 'booking', 'booking.admin');
// Load the include for admin pages relating to events // Load the include for admin pages relating to events
//module_load_include('inc', 'booking', 'booking.events'); module_load_include('inc', 'booking', 'booking.events');
// Load the include for admin pages relating to event pricing // Load the include for admin pages relating to event pricing
//module_load_include('inc', 'booking', 'booking.prices'); //module_load_include('inc', 'booking', 'booking.prices');
// Load the include for admin pages relating to manual processing of payments // Load the include for admin pages relating to manual processing of payments