Booking approval emails contain "awaiting approval"
Brought to you by:
jberanek
When approving a booking the system sends emails with the old (and therefore incorrect) status.
A probable solution would be to reload the $data after updating it in the database in approve_entry_handler.php.
$start_times = mrbsApproveEntry($id, $series);
$data = mrbsGetBookingInfo($id, $series); #new line
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
This is exactly a bug. Is there any update on this?
Unfortunalely this bug is still present in 1.6.0, however the solution is still applicable: $data does not get updated and thus the "approval pending" state is in the email. So please fix, as I do not want to patch on each update...
Last edit: Campbell Morrison 2017-02-23
Now fixed in the default branch. See changest 67a691. The fix will appear in 1.6.1.
This fix appears in MRBS 1.6.1.