Changeset:
        6e7516dc0671
        
https://sourceforge.net/p/mrbs/hg-code/ci/6e7516dc06717888c32c84ee2d0064b3f1af4a74
Author:
        Campbell Morrison <[email protected]>
Date:
        Thu Jul 07 16:43:44 2016 +0100
Log message:

Modified systemdefaults.inc.php to give info to site admins who do not want to 
use booking types

diffstat:

 web/systemdefaults.inc.php |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 2ea31357779f -r 6e7516dc0671 web/systemdefaults.inc.php
--- a/web/systemdefaults.inc.php        Thu Jul 07 16:35:15 2016 +0100
+++ b/web/systemdefaults.inc.php        Thu Jul 07 16:43:44 2016 +0100
@@ -1157,6 +1157,10 @@
 $booking_types[] = "E";
 $booking_types[] = "I";
 
+// If you don't want to use types then uncomment the following line.  (The 
booking will
+// still have a type associated with it in the database, which will be the 
default type.)
+// unset($booking_types)
+
 // Default type for new bookings
 // (Note that the default type does not apply if the type field is mandatory)
 $default_type = "I";

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to