mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
[patch] cleanup_journal_entry
This commit is contained in:
@@ -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")
|
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.fix_missing_item_images
|
||||||
erpnext.patches.v5_4.stock_entry_additional_costs
|
erpnext.patches.v5_4.stock_entry_additional_costs
|
||||||
|
erpnext.patches.v5_4.cleanup_journal_entry
|
||||||
|
|||||||
Reference in New Issue
Block a user