Merge pull request #25295 from rohitwaghchaure/changed-scheduler-check-time-pre
fix: update scheduler check time
This commit is contained in:
commit
913845e4ce
@ -126,7 +126,7 @@ def repost_entries():
|
|||||||
check_if_stock_and_account_balance_synced(today(), d.name)
|
check_if_stock_and_account_balance_synced(today(), d.name)
|
||||||
|
|
||||||
def get_repost_item_valuation_entries():
|
def get_repost_item_valuation_entries():
|
||||||
date = add_to_date(today(), hours=-12)
|
date = add_to_date(today(), hours=-3)
|
||||||
|
|
||||||
return frappe.db.sql(""" SELECT name from `tabRepost Item Valuation`
|
return frappe.db.sql(""" SELECT name from `tabRepost Item Valuation`
|
||||||
WHERE status != 'Completed' and creation <= %s and docstatus = 1
|
WHERE status != 'Completed' and creation <= %s and docstatus = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user