mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 22:21:31 +01:00
fix: added supplier to second item in test
This commit is contained in:
@@ -791,10 +791,11 @@ class TestSalesOrder(unittest.TestCase):
|
||||
},
|
||||
{
|
||||
"item_code": po_item2.item_code,
|
||||
"warehouse": "_Test Warehouse - _TC",
|
||||
"warehouse": "",
|
||||
"qty": 2,
|
||||
"rate": 300,
|
||||
"conversion_factor": 1.0
|
||||
"rate": 400,
|
||||
"delivered_by_supplier": 1,
|
||||
"supplier": '_Test Supplier'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user