fix: linting issues
This commit is contained in:
parent
d9ce5843e5
commit
cb354685d5
@ -124,18 +124,3 @@ Administrator""".format(get_link_to_form("Error Log", log.name))
|
||||
sendmail_to_system_managers("[Important] [ERPNext] Razorpay membership webhook failed , please check.", content)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3,10 +3,6 @@
|
||||
|
||||
frappe.ui.form.on('Membership Settings', {
|
||||
refresh: function(frm) {
|
||||
// if (frm.doc.enable_razorpay) {
|
||||
// frm.add_custom_button(__("Fetch Plans from RazorPay"), () => {
|
||||
// frm.trigger("fetch_razorpay_plans")
|
||||
// });
|
||||
// }
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user