mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 21:42:11 +00:00
fix: use utility method to generate url
(cherry picked from commit b970eb8b15)
This commit is contained in:
@@ -25,7 +25,12 @@ frappe.ui.form.on("Plaid Settings", {
|
|||||||
method: "erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings.enqueue_synchronization",
|
method: "erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings.enqueue_synchronization",
|
||||||
freeze: true,
|
freeze: true,
|
||||||
callback: () => {
|
callback: () => {
|
||||||
let bank_transaction_link = '<a href="#List/Bank Transaction">Bank Transaction</a>';
|
let bank_transaction_link = frappe.utils.get_form_link(
|
||||||
|
"Bank Transaction",
|
||||||
|
"",
|
||||||
|
true,
|
||||||
|
"Bank Transaction"
|
||||||
|
);
|
||||||
|
|
||||||
frappe.msgprint({
|
frappe.msgprint({
|
||||||
title: __("Sync Started"),
|
title: __("Sync Started"),
|
||||||
|
|||||||
Reference in New Issue
Block a user