ソースを参照

fix: add docs link to the settings page dashboard

pull/2/head
Mangesh-Khairnar 5年前
コミット
a31cd3a964
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      payments/payment_gateways/doctype/paytm_settings/paytm_settings.js

+ 3
- 3
payments/payment_gateways/doctype/paytm_settings/paytm_settings.js ファイルの表示

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

読み込み中…
キャンセル
保存