mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
codacy fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// For license information, please see license.txt
|
||||
|
||||
frappe.ui.form.on('Email Campaign', {
|
||||
email_campaign_for: function(frm) {
|
||||
frm.set_value('recipient', '');
|
||||
}
|
||||
email_campaign_for: function(frm) {
|
||||
frm.set_value('recipient', '');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user