chore: remove unused import (Order) module

(cherry picked from commit 4e86a46008)
This commit is contained in:
Fawaz Alhafiz
2025-08-31 09:43:01 +03:00
committed by Mergify
parent 6329f4524d
commit 6f20a2c6e5

View File

@@ -9,7 +9,6 @@ from frappe.query_builder import functions as fn
from frappe.utils import cstr, flt
from frappe.utils.nestedset import get_descendants_of
from frappe.utils.xlsxutils import handle_html
from pypika import Order
from erpnext.accounts.report.sales_register.sales_register import get_mode_of_payments
from erpnext.accounts.report.utils import get_values_for_columns