From bcf7da6b1e50fbe074c0cc372b775ac196c81b65 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 13 Aug 2015 11:46:01 +0530 Subject: [PATCH] [patch] cleanup_journal_entry --- erpnext/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index d12154b32b0..4982ba5e34a 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -190,3 +190,4 @@ erpnext.patches.v5_4.fix_invoice_outstanding 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