freeze screen while waiting for updates on subscription
This commit is contained in:
parent
328adedbc8
commit
a93fa16bce
@ -67,6 +67,7 @@ frappe.ui.form.on('Subscriptions', {
|
||||
method:
|
||||
"erpnext.accounts.doctype.subscriptions.subscriptions.get_subscription_updates",
|
||||
args: {name: doc.name},
|
||||
freeze: true,
|
||||
callback: function(data){
|
||||
if(!data.exc){
|
||||
frm.reload_doc();
|
||||
|
Loading…
Reference in New Issue
Block a user