Merge pull request #33742 from frappe/mergify/bp/version-13-hotfix/pr-33695
fix: patch item_reposting_for_incorrect_sl_and_gl (backport #33695)
This commit is contained in:
@@ -7,6 +7,7 @@ from erpnext.stock.stock_ledger import update_entries_after
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
doctypes_to_reload = [
|
doctypes_to_reload = [
|
||||||
|
("setup", "company"),
|
||||||
("stock", "repost_item_valuation"),
|
("stock", "repost_item_valuation"),
|
||||||
("stock", "stock_entry_detail"),
|
("stock", "stock_entry_detail"),
|
||||||
("stock", "purchase_receipt_item"),
|
("stock", "purchase_receipt_item"),
|
||||||
|
|||||||
Reference in New Issue
Block a user