mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 14:58:24 +00:00
* fix: dont check for failed repost while freezing (#30472)
[skip ci]
(cherry picked from commit b12fe0f15b)
# Conflicts:
# erpnext/stock/utils.py
* fix: conflicts
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -427,7 +427,7 @@ def check_pending_reposting(posting_date: str, throw_error: bool = True) -> bool
|
||||
|
||||
filters = {
|
||||
"docstatus": 1,
|
||||
"status": ["in", ["Queued","In Progress", "Failed"]],
|
||||
"status": ["in", ["Queued", "In Progress"]],
|
||||
"posting_date": ["<=", posting_date],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user