commit | 2339de7333514f1b45ec942fe822bccbf63b7cc4 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Mon Apr 12 16:09:55 2021 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Mon Apr 12 16:09:55 2021 +0530 |
tree | 1e8b6cedd7b128103e0635cf3cc2815f3ff364fb | |
parent | 49336b8065e498fc2ae260ec3414c792dfa24585 [diff] |
fix: update scheduler check tim
diff --git a/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py b/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py index e683602..3f83780 100644 --- a/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py +++ b/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
@@ -127,7 +127,7 @@ check_if_stock_and_account_balance_synced(today(), d.name) 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` WHERE status != 'Completed' and creation <= %s and docstatus = 1