mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
codacy fixes
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.ui.form.on('Email Campaign', {
|
frappe.ui.form.on('Email Campaign', {
|
||||||
// refresh: function(frm) {
|
|
||||||
// }
|
|
||||||
email_campaign_for: function(frm) {
|
email_campaign_for: function(frm) {
|
||||||
frm.set_value('recipient', '');
|
frm.set_value('recipient', '');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user