commit | 565d3efcdfe51a968e2fcbffe8d8e148ee444c23 | [log] [tgz] |
---|---|---|
author | 0Pranav <prnvnachnekar@gmail.com> | Mon Nov 25 17:11:12 2019 +0530 |
committer | 0Pranav <prnvnachnekar@gmail.com> | Mon Nov 25 17:11:12 2019 +0530 |
tree | efe90bb00436203ef89b252866784d2806d4e1e5 | |
parent | cf3a2f657942abb5dae80725b6660a069ed5706c [diff] |
fetch updated document in test_quotation
diff --git a/erpnext/selling/doctype/quotation/test_quotation.py b/erpnext/selling/doctype/quotation/test_quotation.py index cef8f51..95b5634 100644 --- a/erpnext/selling/doctype/quotation/test_quotation.py +++ b/erpnext/selling/doctype/quotation/test_quotation.py
@@ -222,6 +222,7 @@ expired_quotation.save() expired_quotation.submit() set_expired_status() + expired_quotation = frappe.get_doc("Quotation",expired_quotation.name) self.assertEqual(expired_quotation.status,"Expired")