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:
rohitwaghchaure
2023-01-20 14:35:10 +05:30
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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"),