mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +00:00
[patch] cleanup_journal_entry
This commit is contained in:
committed by
Anand Doshi
parent
c51d5ba5df
commit
2645980f62
@@ -190,4 +190,5 @@ 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
|
||||
execute:frappe.db.sql("update `tabProduction Order` pro set description = (select description from tabItem where name=pro.production_item) where ifnull(description, '') = ''")
|
||||
erpnext.patches.v5_4.cleanup_journal_entry
|
||||
execute:frappe.db.sql("update `tabProduction Order` pro set description = (select description from tabItem where name=pro.production_item) where ifnull(description, '') = ''")
|
||||
|
||||
Reference in New Issue
Block a user