• Resolved eternity6

    (@eternity6)


    If you approve a booking in calendar mode The popup change color right. But if you close popup and reopen it the change are vanished.

    I resolved with a simple page.reload

    success: function (data, textStatus){if( textStatus == ‘success’) { jQuery(‘#ajax_respond’).html( data ); location.reload(); } },

    LINE 268

    booking/js/admin.js

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Problem in approve_unapprove_booking’ is closed to new replies.