fix: add docs link to the settings page dashboard

This commit is contained in:
Mangesh-Khairnar 2020-06-02 12:33:01 +05:30
parent 06c54f5322
commit 0781d048d1

View file

@ -2,7 +2,7 @@
// For license information, please see license.txt
frappe.ui.form.on('Paytm Settings', {
// refresh: function(frm) {
// }
refresh: function(frm) {
frm.dashboard.set_headline(__("For more information, {0}.", [`<a href='https://erpnext.com/docs/user/manual/en/erpnext_integration/paytm-integration'>${__('Click here')}</a>`]));
}
});