Skip to content

Commit

Permalink
fix: don't recalculate rate for SCR rejected warehouse SLE
Browse files Browse the repository at this point in the history
(cherry picked from commit 57ee473)
  • Loading branch information
s-aga-r authored and mergify[bot] committed May 22, 2023
1 parent abfd975 commit 633a170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/controllers/subcontracting_controller.py
Expand Up @@ -689,7 +689,6 @@ def update_stock_ledger(self, allow_negative_stock=False, via_landed_cost_vouche
"actual_qty": flt(item.rejected_qty) * flt(item.conversion_factor),
"serial_no": cstr(item.rejected_serial_no).strip(),
"incoming_rate": 0.0,
"recalculate_rate": 1,
},
)
)
Expand Down

0 comments on commit 633a170

Please sign in to comment.