fix: import get_link_to_form from utils

This commit is contained in:
Khushi Rawat
2025-07-29 15:48:41 +05:30
committed by GitHub
parent 6cdc7811b8
commit b43fbf2a7d

View File

@@ -3,7 +3,7 @@
import frappe
from frappe import _
from frappe.utils import add_months, cint, flt, getdate, time_diff_in_hours
from frappe.utils import add_months, cint, flt, get_link_to_form, getdate, time_diff_in_hours
import erpnext
from erpnext.accounts.general_ledger import make_gl_entries