mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +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 = {
|
filters = {
|
||||||
"docstatus": 1,
|
"docstatus": 1,
|
||||||
"status": ["in", ["Queued","In Progress", "Failed"]],
|
"status": ["in", ["Queued", "In Progress"]],
|
||||||
"posting_date": ["<=", posting_date],
|
"posting_date": ["<=", posting_date],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user