mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
@@ -1457,7 +1457,7 @@ def get_next_stock_reco(kwargs):
|
||||
)
|
||||
|
||||
if kwargs.get("batch_no"):
|
||||
query.where(sle.batch_no == kwargs.get("batch_no"))
|
||||
query = query.where(sle.batch_no == kwargs.get("batch_no"))
|
||||
|
||||
return query.run(as_dict=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user