fix: imports

This commit is contained in:
Mihir Kandoi
2026-02-02 10:12:55 +05:30
parent d9d4b9b117
commit 528a482240

View File

@@ -886,6 +886,8 @@ class TestQuotation(FrappeTestCase):
) )
def test_over_order_limit(self): def test_over_order_limit(self):
from erpnext.selling.doctype.quotation.quotation import make_sales_order
quotation = make_quotation(qty=5) quotation = make_quotation(qty=5)
so1 = make_sales_order(quotation.name) so1 = make_sales_order(quotation.name)
so2 = make_sales_order(quotation.name) so2 = make_sales_order(quotation.name)