Viewing 1 replies (of 1 total)
  • Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    In booking-system/assets/js/jquery.dop.BookingSystem.js @line 97 replace:

    StartMonth = StartDate.getMonth()+1,

    with:

    StartMonth = StartDate.getMonth()+2,
    // or
    StartMonth = 12,

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Default Viewing Month’ is closed to new replies.