mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
fix: incoming rate calculation
This commit is contained in:
@@ -723,7 +723,7 @@ class SerialNoValuation(DeprecatedSerialNoValuation):
|
||||
)
|
||||
.select(
|
||||
bundle_child.serial_no,
|
||||
(bundle_child.incoming_rate * bundle_child.qty).as_("incoming_rate"),
|
||||
bundle_child.incoming_rate,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user