fix: remove posting date & time on SRE batch validation

(cherry picked from commit d3f2da0d59)
This commit is contained in:
kavin-114
2026-01-07 01:00:29 +05:30
committed by Mergify
parent 0b565026a4
commit 69259c9933

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