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

This commit is contained in:
rohitwaghchaure
2024-07-22 17:45:48 +05:30
committed by GitHub
parent 669cf6094e
commit be2648245b

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