Fixes test cases for date and year mismatch

This commit is contained in:
Nabin Hait
2014-01-03 17:43:52 +05:30
parent 7f0406f281
commit b476c989a4
6 changed files with 14 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ class TestQuotation(unittest.TestCase):
sales_order[0]["delivery_date"] = "2014-01-01"
sales_order[0]["naming_series"] = "_T-Quotation-"
sales_order[0]["transaction_date"] = "2013-05-12"
webnotes.bean(sales_order).insert()