Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online POS Error #16106

Open
Olawale1 opened this issue Nov 27, 2018 · 0 comments
Open

Online POS Error #16106

Olawale1 opened this issue Nov 27, 2018 · 0 comments
Labels
POS to-validate Old issues pending validation version-11

Comments

@Olawale1
Copy link

Hi,

Getting the following error when trying to select item in Online POS [V11]

Traceback (most recent call last):
  File "/home/frappe/dev-bench/apps/frappe/frappe/app.py", line 61, in application
    response = frappe.handler.handle()
  File "/home/frappe/dev-bench/apps/frappe/frappe/handler.py", line 21, in handle
    data = execute_cmd(cmd)
  File "/home/frappe/dev-bench/apps/frappe/frappe/handler.py", line 56, in execute_cmd
    return frappe.call(method, **frappe.form_dict)
  File "/home/frappe/dev-bench/apps/frappe/frappe/__init__.py", line 1007, in call
    return fn(*args, **newargs)
  File "/home/frappe/dev-bench/apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.py", line 27, in get_items
    item_code = data.get("item_code") if data.get("item_code") else search_value
AttributeError: 'NoneType' object has no attribute 'get'

Please help fix

Kind regards,

@ankush ankush added the to-validate Old issues pending validation label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
POS to-validate Old issues pending validation version-11
Projects
None yet
Development

No branches or pull requests

3 participants