commit | 7e4b93f48ea66c22af90ff8c835b29f3d375d0c5 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Aug 13 12:10:21 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Aug 13 12:10:21 2015 +0530 |
tree | 95ae543c2ed9ee42def735ccbb396374bbefbc3b | |
parent | b01cc1b44980130b4502fbb3d7e5d2764bd21f85 [diff] |
[patch] cleanup_journal_entry
diff --git a/erpnext/patches/v5_4/cleanup_journal_entry.py b/erpnext/patches/v5_4/cleanup_journal_entry.py index 3ae226b..5de17c7 100644 --- a/erpnext/patches/v5_4/cleanup_journal_entry.py +++ b/erpnext/patches/v5_4/cleanup_journal_entry.py
@@ -1,6 +1,7 @@ import frappe def execute(): + frappe.reload_doctype("Journal Entry") for doctype, fieldname in ( ("Sales Order", "against_sales_order"), ("Purchase Order", "against_purchase_order"),