Fixed Opportunity Lost UX
This commit is contained in:
parent
69a2c25ca5
commit
e3f6b6d899
@ -134,9 +134,10 @@ cur_frm.cscript['Declare Opportunity Lost'] = function() {
|
|||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
if(r.exc) {
|
if(r.exc) {
|
||||||
msgprint(__("There were errors."));
|
msgprint(__("There were errors."));
|
||||||
return;
|
} else {
|
||||||
}
|
|
||||||
dialog.hide();
|
dialog.hide();
|
||||||
|
cur_frm.refresh();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
btn: this
|
btn: this
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user