Merge pull request #33695 from rohitwaghchaure/fixed-patch-item_reposting_for_incorrect_sl_and_gl

fix: patch item_reposting_for_incorrect_sl_and_gl
This commit is contained in:
rohitwaghchaure
2023-01-17 12:18:34 +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():
doctypes_to_reload = [
("setup", "company"),
("stock", "repost_item_valuation"),
("stock", "stock_entry_detail"),
("stock", "purchase_receipt_item"),