commit | bda4c5cc5298c0a5833cd423ee2156f7a15dd198 | [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:11:52 2021 +0530 |
tree | 4c906a196294c12b869637b581afa27c388992d0 | |
parent | c39720db501c298c8993a4976984f71afc08eb6f [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 a75db1a..a955651 100644 --- a/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py +++ b/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
@@ -126,7 +126,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