Error with numerical code in Item

I was registering a product and when I write the numerical code send this message

and when inspecting in the browser it is visualized this

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 923, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/client.py”, line 79, in get_value
return frappe.db.get_value(doctype, filters, fieldname, as_dict=as_dict, debug=debug)
File “/home/frappe/frappe-bench/apps/frappe/frappe/database.py”, line 429, in get_value
order_by, cache=cache)
File “/home/frappe/frappe-bench/apps/frappe/frappe/database.py”, line 473, in get_values
out = self._get_values_from_table(fields, filters, doctype, as_dict, debug, order_by, update)
File “/home/frappe/frappe-bench/apps/frappe/frappe/database.py”, line 599, in _get_values_from_table
conditions, values = self.build_conditions(filters)
File “/home/frappe/frappe-bench/apps/frappe/frappe/database.py”, line 392, in build_conditions
for f in filters:
TypeError: ‘int’ object is not iterable

Same error. Hope someone helps.

Which version are you using ?? it seems fine 0n 8.x.x can you provide details.

ERPNext: v8.x.x-beta (b9939a6) (develop)
Frappe Framework: v8.x.x-beta (124444b) (develop)

I,m using it on my own server and it seems to work fine all the system but every day i get some instant errors saying TypeError(“‘int’ object is not iterable”,)