mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 02:34:41 +00:00
freeze screen while waiting for updates on subscription
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user