mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34912
This commit is contained in:
@@ -1457,7 +1457,7 @@ def get_next_stock_reco(kwargs):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if kwargs.get("batch_no"):
|
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)
|
return query.run(as_dict=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user