stopa003 Posted September 22, 2008 Posted September 22, 2008 Hi, Need help with a problem with MRBS. When adding or editing a booking and then clicking the 'save' button the page is redirected to 'day' view. The default view is 'week'. Has anyone encountered this?
dgsmith Posted September 22, 2008 Posted September 22, 2008 We also get this, and it frustrates our staff, although I haven't quite yet got round to reviewing where in the code this seems to be hard-coded in. If someone else fancies doing that and posting back, then great!
Chris_Cook Posted September 22, 2008 Posted September 22, 2008 Line 432 in edit_enty_handler.php, change "Location: day.php?..." to "Location: $retval?...". Probably good to update the comment as well while your there... 1
stopa003 Posted September 22, 2008 Author Posted September 22, 2008 Thanks Chris for pointing us to that line! We changed day.php to week.php to get it to work. It was also about line 332 for our version. We also wanted to get rid of 'external' and 'internal' booking 'types'. We have added 'permanent' and 'normal' for types of bookings in config.php, however in the comments it mentions to leave 'external' or 'E' and 'internal' or 'I' for compatibility issues. We have just commented out 'E' and 'I' and added 'permanent' and 'normal'. Anyone know if that will cause any 'computability' issues? Seems to work ok, so far.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now