mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: incoming rate calculation
This commit is contained in:
@@ -723,7 +723,7 @@ class SerialNoValuation(DeprecatedSerialNoValuation):
|
|||||||
)
|
)
|
||||||
.select(
|
.select(
|
||||||
bundle_child.serial_no,
|
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