commit | bcf7da6b1e50fbe074c0cc372b775ac196c81b65 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Aug 13 11:46:01 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Aug 13 11:46:01 2015 +0530 |
tree | 35ac39e3e0d79ef64fd7eae93c11492ca102c85b | |
parent | 57ca765d9e5e35b55fb9bb5364a009200a12ee96 [diff] |
[patch] cleanup_journal_entry
diff --git a/erpnext/patches.txt b/erpnext/patches.txt index d12154b..4982ba5 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt
@@ -190,3 +190,4 @@ execute:frappe.db.sql("update `tabStock Ledger Entry` set stock_queue = '[]' where voucher_type = 'Stock Reconciliation' and ifnull(qty_after_transaction, 0) = 0") erpnext.patches.v5_4.fix_missing_item_images erpnext.patches.v5_4.stock_entry_additional_costs +erpnext.patches.v5_4.cleanup_journal_entry