mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
fix: qty in the 'Serial No Ledger' report (#42429)
This commit is contained in:
@@ -157,6 +157,7 @@ def get_data(filters):
|
|||||||
{
|
{
|
||||||
"serial_no": bundle_data.get("serial_no"),
|
"serial_no": bundle_data.get("serial_no"),
|
||||||
"valuation_rate": bundle_data.get("valuation_rate"),
|
"valuation_rate": bundle_data.get("valuation_rate"),
|
||||||
|
"qty": args.qty,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user