This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] dropbox backup can be changed if setup,
fixes
frappe/erpnext#5260
version-14
Rushabh Mehta
9 years ago
parent
8092f4a031
commit
f59e6be0f4
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
frappe/integrations/doctype/dropbox_backup/dropbox_backup.js
+ 3
- 1
frappe/integrations/doctype/dropbox_backup/dropbox_backup.js
View File
@@ -4,7 +4,9 @@ $.extend(cur_frm.cscript, {
},
refresh: function() {
cur_frm.disable_save();
if(!cur_frm.doc.allow_dropbox_access) {
cur_frm.disable_save();
}
},
validate_send_notifications_to: function() {
Write
Preview
Loading…
Cancel
Save