fix: Add iteritems back

This commit is contained in:
Deepesh Garg 2022-01-07 18:30:19 +05:30 committed by GitHub
parent 00055bb159
commit 2de5122262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
import frappe
from frappe import _, scrub
from frappe.utils import cint, flt
from six import iteritems
from erpnext.accounts.party import get_partywise_advanced_payment_amount
from erpnext.accounts.report.accounts_receivable.accounts_receivable import ReceivablePayableReport