[fix] tests

This commit is contained in:
Sunny
2017-09-26 13:35:04 +08:00
parent 3a22fd1535
commit f2e2e23b6b
2 changed files with 2 additions and 0 deletions

View File

@@ -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"