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] Refresh links child table in address.js (
#3863
)
* [fix] Refresh links child table in address.js * Update address.js
version-14
Vishal Dhayagude
8 years ago
committed by
Rushabh Mehta
parent
b39b59583f
commit
95a3737890
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/contacts/doctype/address/address.js
+ 1
- 0
frappe/contacts/doctype/address/address.js
View File
@@ -22,6 +22,7 @@ frappe.ui.form.on("Address", {
}
}
});
frm.refresh_field("links");
},
validate: function(frm) {
// clear linked customer / supplier / sales partner on saving...
Write
Preview
Loading…
Cancel
Save