From: Chuck Scott Date: Fri, 5 Sep 2014 20:15:47 +0000 (-0400) Subject: Added configurations for voucher contact information. X-Git-Tag: 1.0.4^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=30b679284abe9b5610bd94a1b199081c04d5abb0;p=web%2FSooLocks.git Added configurations for voucher contact information. --- diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index 7ae0628..5e187b7 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -39,7 +39,21 @@ admin_session_timeout = 1560 ;Time in min ; Front-End Appearance Settings default_front_interface = "TicketsFoundation" custom_css = false ;Should look for /css/EventManangement.css in customer site -voucher_design = "Generic" ;Design file to use for vouchers - See /models/vouchers directory +voucher_design = "Generic" ;Design file to use for vouchers - See /models/vouchers directory + +; Voucher Options +; Company information +option.voucher.show_company_contact = off ;Show company contact data on Voucher +option.voucher.show_company_name = true ; Company Name +option.voucher.show_company_addr = false ; Company Address +option.voucher.show_company_citystate = false ; Company City & state +option.voucher.show_company_phone = true ; Company Phone +; Venue/Location information +option.voucher.show_venue_contact = true ;Show venue/location contact data on Voucher +option.voucher.show_venue_name = true ; Name +option.voucher.show_venue_addr = false ; Address +option.voucher.show_venue_citystate = true ; City & state +option.voucher.show_venue_phone = true ; Phone ; Admin Appearance Settings default_admin_interface = "tickets"