Ver código fonte

fix: add docs link to the settings page dashboard

pull/2/head
Mangesh-Khairnar 5 anos atrás
pai
commit
a31cd3a964
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      payments/payment_gateways/doctype/paytm_settings/paytm_settings.js

+ 3
- 3
payments/payment_gateways/doctype/paytm_settings/paytm_settings.js Ver arquivo

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

Carregando…
Cancelar
Salvar