mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
fix: additional cost not consider in valuation rate for Stock Entry transfer
This commit is contained in:
@@ -1963,6 +1963,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