mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-26 21:35:19 +00:00
fix: additional cost not consider in valuation rate for Stock Entry transfer
(cherry picked from commit bbc772abe7)
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
This commit is contained in:
committed by
Mergify
parent
6030eb2992
commit
e4398d3761
@@ -1854,6 +1854,7 @@ def make_bundle_for_material_transfer(**kwargs):
|
||||
|
||||
row.warehouse = kwargs.warehouse
|
||||
|
||||
bundle_doc.set_incoming_rate()
|
||||
bundle_doc.calculate_qty_and_amount()
|
||||
bundle_doc.flags.ignore_permissions = True
|
||||
bundle_doc.flags.ignore_validate = True
|
||||
|
||||
Reference in New Issue
Block a user