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
refactor: use local method refresh_field
version-14
barredterra
3 years ago
parent
abd421fa02
commit
a6c9b23471
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/form/form.js
+ 1
- 1
frappe/public/js/frappe/form/form.js
View File
@@ -1707,7 +1707,7 @@ frappe.ui.form.Form = class FrappeForm {
for(var i = 0; i < cl.length; i++){
if(!cl[i][fieldname]) cl[i][fieldname] = value;
}
refresh_field("items");
this.
refresh_field("items");
}
get_sum(table_fieldname, fieldname) {
Write
Preview
Loading…
Cancel
Save