If the `cur_frm.toolbar.current_status` is not unset, when, `cur_frm.toolbar.enable_save` is called the `Save` button on form is not reloaded! To certify just go to a form, open the browser console and run ``` cur_frm.disable_save(); cur_frm.enable_save(); ``` Without this fix, the button will not released!version-14