Skip to content

Commit 571a250

Browse files
fix: customer_has_balance api error issue
1 parent 0c8b33c commit 571a250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

d2h/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from erpnext.erpnext.accounts.party import get_dashboard_info
1+
from erpnext.accounts.party import get_dashboard_info
22
import frappe
33
from frappe.model.mapper import get_mapped_doc
44
from frappe.utils import today

0 commit comments

Comments
 (0)