fix: Import throw

This commit is contained in:
Deepesh Garg 2021-06-14 14:44:19 +05:30
parent 8718013c96
commit 9eac4d0af6

View File

@ -4,7 +4,7 @@
from __future__ import unicode_literals
import frappe, erpnext, json
from frappe import _, scrub, ValidationError
from frappe import _, scrub, ValidationError, throw
from frappe.utils import flt, comma_or, nowdate, getdate, cint
from erpnext.accounts.utils import get_outstanding_invoices, get_account_currency, get_balance_on
from erpnext.accounts.party import get_party_account