Error in Warehouse reports

I cannot access the reports of my warehouse and see what I have stored. This error message pops up:

Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/app.py”, line 51, in application
response = frappe.handler.handle()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 62, in handle
execute_cmd(cmd)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 85, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 711, in call
return fn(*args, **newargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/desk/query_report.py”, line 87, in run
columns, result = frappe.get_attr(method_name)(frappe._dict(filters))
File “/home/erpnext/frappe-bench/apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py”, line 14, in execute
iwb_map = get_item_warehouse_map(filters)
File “/home/erpnext/frappe-bench/apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py”, line 92, in get_item_warehouse_map
if d.posting_date < filters[“from_date”]:
TypeError: can’t compare datetime.date to unicode

Fixed the issue, thanks for reporting.