mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
stock_ledger, removed un-necessary incoming_rate calculation
This commit is contained in:
@@ -248,8 +248,6 @@ def get_fifo_values(qty_after_transaction, sle, stock_queue):
|
||||
batch[0] -= qty_to_pop
|
||||
qty_to_pop = 0
|
||||
|
||||
incoming_rate = incoming_cost / flt(abs(actual_qty))
|
||||
|
||||
stock_value = sum((flt(batch[0]) * flt(batch[1]) for batch in stock_queue))
|
||||
stock_qty = sum((flt(batch[0]) for batch in stock_queue))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user