Merge pull request #51578 from frappe/mergify/bp/version-15/pr-51553

fix: remove posting date & time on SRE batch validation (backport #51553)
This commit is contained in:
rohitwaghchaure
2026-01-08 13:45:06 +05:30
committed by GitHub

View File

@@ -2337,8 +2337,6 @@ def validate_reserved_batch_nos(kwargs):
{
"item_code": kwargs.item_code,
"warehouse": kwargs.warehouse,
"posting_date": kwargs.posting_date,
"posting_time": kwargs.posting_time,
"ignore_voucher_nos": kwargs.ignore_voucher_nos,
"ignore_reserved_stock": True,
}