mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
fix: qty in the 'Serial No Ledger' report (#42429)
(cherry picked from commit be2648245b)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -157,6 +157,7 @@ def get_data(filters):
|
||||
{
|
||||
"serial_no": bundle_data.get("serial_no"),
|
||||
"valuation_rate": bundle_data.get("valuation_rate"),
|
||||
"qty": args.qty,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user