[fix] double insert
This commit is contained in:
parent
7cc0dbe310
commit
eabcfa8a8e
1 changed files with 1 additions and 0 deletions
|
|
@ -564,6 +564,7 @@ _f.Frm.prototype.reload_doc = function() {
|
|||
|
||||
var validated;
|
||||
_f.Frm.prototype.save = function(save_action, callback, btn, on_error) {
|
||||
$(btn).prop("disabled", true);
|
||||
$(document.activeElement).blur();
|
||||
|
||||
// let any pending js process finish
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue