commit | 0f2c64cfefb76ad11b2e322c54563abd0a274fd3 | [log] [tgz] |
---|---|---|
author | Saqib Ansari <nextchamp.saqib@gmail.com> | Thu Apr 23 19:19:09 2020 +0530 |
committer | Saqib Ansari <nextchamp.saqib@gmail.com> | Thu Apr 23 19:19:09 2020 +0530 |
tree | f9af2a1442b7571a083e87915d94789c0c9cfb8d | |
parent | 63084c629212b80753092061d3b40c6a5f243765 [diff] |
fix: travis
diff --git a/erpnext/patches/v12_0/fix_quotation_expired_status.py b/erpnext/patches/v12_0/fix_quotation_expired_status.py index a0320fe..0e4419a 100644 --- a/erpnext/patches/v12_0/fix_quotation_expired_status.py +++ b/erpnext/patches/v12_0/fix_quotation_expired_status.py
@@ -1,5 +1,5 @@ import frappe - +from frappe.utils import nowdate def execute(): # fixes status of quotations which have status 'Expired' despite having valid sales order created