mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
fix: remove posting date & time on SRE batch validation
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user