work on adding support for email attachments

This commit is contained in:
Nathan Coad
2018-06-16 19:59:11 +10:00
parent b0ea07b789
commit 39449c2cad
7 changed files with 549 additions and 494 deletions

View File

@@ -51,6 +51,7 @@ module_load_include('inc', 'booking', 'booking.paypal');
// Load the include for email functions
module_load_include('inc', 'booking', 'booking.emails');
module_load_include('inc', 'booking', 'booking.emails_admin');
module_load_include('inc', 'booking', 'booking.email_manually');
// Load the include for bulk data import
module_load_include('inc', 'booking', 'booking.import_data');
// Load the include for variety session configuration