From 43831e97855830e97ff72e8328e1c74f9c46e8d7 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 22 Dec 2025 16:23:15 +0530 Subject: [PATCH] chore: fix linters issue (cherry picked from commit e9c37642c8f39aa7aece15b44c6f5765a7ea94ab) (cherry picked from commit c095938e69169dc1e333ec8f5b891d9a5569c72e) --- erpnext/stock/stock_ledger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/stock_ledger.py b/erpnext/stock/stock_ledger.py index 76ad47fb2f2..d00d092e795 100644 --- a/erpnext/stock/stock_ledger.py +++ b/erpnext/stock/stock_ledger.py @@ -753,7 +753,7 @@ class update_entries_after: self.new_items_found = True elif ( dependant_sle.actual_qty > 0 - and dependant_sle.voucher_type == "Stock Entry" + and dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(dependant_sle.voucher_no) ): if self.distinct_item_warehouses[key].get("transfer_entry_to_repost"):