fix: material transfer in transit issue (backport #55320) (#55324)

Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2026-05-27 11:45:23 +05:30
committed by GitHub
parent 60fdc6bc1a
commit 067c23f20e

View File

@@ -3132,12 +3132,12 @@ class StockEntry(StockController):
args = {
"source_dt": "Stock Entry Detail",
"target_field": "transferred_qty",
"target_ref_field": "qty",
"target_ref_field": "transfer_qty",
"target_dt": "Stock Entry Detail",
"join_field": "ste_detail",
"target_parent_dt": "Stock Entry",
"target_parent_field": "per_transferred",
"source_field": "qty",
"source_field": "transfer_qty",
"percent_join_field": "against_stock_entry",
}