Parcourir la source

fix: add docs link to the settings page dashboard

pull/2/head
Mangesh-Khairnar il y a 5 ans
Parent
révision
a31cd3a964
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      payments/payment_gateways/doctype/paytm_settings/paytm_settings.js

+ 3
- 3
payments/payment_gateways/doctype/paytm_settings/paytm_settings.js Voir le fichier

@@ -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>`]));
}
});

Chargement…
Annuler
Enregistrer