fix: qty in the 'Serial No Ledger' report (backport #42429) (#42433)

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:
mergify[bot]
2024-07-22 18:06:56 +05:30
committed by GitHub
parent f2bc064da2
commit 926fd41a2b

View File

@@ -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,
}
)