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] Remove dirty call in sync.js (
#4688
)
version-14
Vishal Dhayagude
7 years ago
committed by
Nabin Hait
parent
98036fd018
commit
42d8ca63fb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/model/sync.js
+ 1
- 1
frappe/public/js/frappe/model/sync.js
View File
@@ -45,7 +45,7 @@ $.extend(frappe.model, {
}
}
if(cur_frm && isPlain) cur_frm.dirty();
}
Write
Preview
Loading…
Cancel
Save