mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
committed by
Mergify
parent
ee9debe581
commit
01af6c8762
@@ -715,7 +715,7 @@ class SerialNoValuation(DeprecatedSerialNoValuation):
|
||||
)
|
||||
.select(
|
||||
bundle_child.serial_no,
|
||||
(bundle_child.incoming_rate * bundle_child.qty).as_("incoming_rate"),
|
||||
bundle_child.incoming_rate,
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
.orderby(Timestamp(bundle.posting_date, bundle.posting_time), order=Order.desc)
|
||||
|
||||
Reference in New Issue
Block a user