parent
d29e314c81
commit
b12fe0f15b
@ -526,7 +526,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],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user