mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
import make_item method in tests
This commit is contained in:
@@ -204,6 +204,7 @@ class TestQuotation(unittest.TestCase):
|
|||||||
def test_expired_quotations(self):
|
def test_expired_quotations(self):
|
||||||
import datetime
|
import datetime
|
||||||
from erpnext.selling.doctype.quotation.quotation import set_expired_status
|
from erpnext.selling.doctype.quotation.quotation import set_expired_status
|
||||||
|
from erpnext.stock.doctype.item.test_item import make_item
|
||||||
test_item = make_item("_Test Paraglider",
|
test_item = make_item("_Test Paraglider",
|
||||||
{"is_stock_item":1})
|
{"is_stock_item":1})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user