mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 10:13:57 +00:00
committed by
Mergify
parent
ee9debe581
commit
01af6c8762
@@ -715,7 +715,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,
|
||||||
)
|
)
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
.orderby(Timestamp(bundle.posting_date, bundle.posting_time), order=Order.desc)
|
.orderby(Timestamp(bundle.posting_date, bundle.posting_time), order=Order.desc)
|
||||||
|
|||||||
Reference in New Issue
Block a user