mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: pick list test (#21267)
This commit is contained in:
@@ -111,6 +111,7 @@ class TestPickList(unittest.TestCase):
|
|||||||
|
|
||||||
stock_reconciliation = frappe.get_doc({
|
stock_reconciliation = frappe.get_doc({
|
||||||
'doctype': 'Stock Reconciliation',
|
'doctype': 'Stock Reconciliation',
|
||||||
|
'purpose': 'Stock Reconciliation',
|
||||||
'company': '_Test Company',
|
'company': '_Test Company',
|
||||||
'items': [{
|
'items': [{
|
||||||
'item_code': '_Test Serialized Item',
|
'item_code': '_Test Serialized Item',
|
||||||
|
|||||||
Reference in New Issue
Block a user