mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
refactor(test): flaky pos invoice merge log test
This commit is contained in:
@@ -414,6 +414,7 @@ class TestPOSInvoiceMergeLog(ERPNextTestSuite):
|
|||||||
The second and third POS Invoice should be consolidated with a single Merge Log
|
The second and third POS Invoice should be consolidated with a single Merge Log
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
self.load_test_records("Stock Entry")
|
||||||
from erpnext.stock.doctype.stock_entry.test_stock_entry import make_serialized_item
|
from erpnext.stock.doctype.stock_entry.test_stock_entry import make_serialized_item
|
||||||
|
|
||||||
se = make_serialized_item(self)
|
se = make_serialized_item(self)
|
||||||
|
|||||||
Reference in New Issue
Block a user