fix: Use remove_all from file_manager

This commit is contained in:
Suraj Shetty 2021-08-24 14:21:14 +05:30
parent c09d8a2809
commit 1e05c9467b

View File

@ -6,7 +6,7 @@ import frappe
from frappe.utils import flt, cstr
from erpnext.controllers.taxes_and_totals import get_itemised_tax
from frappe import _
from frappe.core.doctype.file.file import remove_file
from frappe.utils.file_manager import remove_file
from six import string_types
from frappe.desk.form.load import get_attachments
from erpnext.regional.italy import state_codes