Menu

#293 Bookingtype in 1.4.9

None
closed
nobody
1
2012-10-18
2012-10-16
Janvl
No

Hi,

I added 10 bookingtypes to the config.inc.php (A to J) but now I get 2 times Internal and 2 times External.
Question in what file(s) are the bookingtypes initialy declared?

Thanks,
Jan

Discussion

  • Campbell Morrison

    You can either put

    unset($booking_types);
    

    in your config file just before you set your booking types. Or else just don't include the "E" and "I" types in your config file, because they are defined by default.

    Campbell

     
  • Janvl

    Janvl - 2012-10-16

    Thanks for the fast response.
    Does that mean the limit of 10 types is no longer there? I see 12 now ;-)
    that would help for a possible use of MRBS.

    BTW from 1.4.2 to 1.4.9 is a huge progress without losing the easy way of using it.

     
  • Campbell Morrison

    You can have any valid single character, eg A-Z, a-z, even '£', '*' etc. So you can have lots of different types.

    Campbell

     
  • Janvl

    Janvl - 2012-10-16

    Thanks,

    MRBS is a real gem!

    Kind regards,
    Jan

     
  • John Beranek

    John Beranek - 2012-10-16

    Or even "ラ" - I just tried this. ;)

     
  • Campbell Morrison

    • status: open --> closed
    • milestone: -->