fix: incorrect fieldname
This commit is contained in:
parent
3c490088c4
commit
244f3eeedc
@ -123,7 +123,7 @@ def repost_entries():
|
||||
return
|
||||
|
||||
for d in frappe.get_all('Company', filters= {'enable_perpetual_inventory': 1}):
|
||||
check_if_stock_and_account_balance_synced(today(), d.company)
|
||||
check_if_stock_and_account_balance_synced(today(), d.name)
|
||||
|
||||
def get_repost_item_valuation_entries():
|
||||
date = add_to_date(today(), hours=-12)
|
||||
|
Loading…
x
Reference in New Issue
Block a user