mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
[fix] tests
This commit is contained in:
@@ -206,6 +206,7 @@ class TestMaterialRequest(unittest.TestCase):
|
||||
po_doc = make_purchase_order(mr.name)
|
||||
po_doc.supplier = "_Test Supplier"
|
||||
po_doc.transaction_date = "2013-07-07"
|
||||
po_doc.schedule_date = "2013-07-09"
|
||||
po_doc.get("items")[0].qty = 27.0
|
||||
po_doc.get("items")[1].qty = 1.5
|
||||
po_doc.get("items")[0].schedule_date = "2013-07-09"
|
||||
|
||||
Reference in New Issue
Block a user