mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
fix: imports
This commit is contained in:
@@ -886,6 +886,8 @@ class TestQuotation(FrappeTestCase):
|
||||
)
|
||||
|
||||
def test_over_order_limit(self):
|
||||
from erpnext.selling.doctype.quotation.quotation import make_sales_order
|
||||
|
||||
quotation = make_quotation(qty=5)
|
||||
so1 = make_sales_order(quotation.name)
|
||||
so2 = make_sales_order(quotation.name)
|
||||
|
||||
Reference in New Issue
Block a user