I get the following error message when creating a new customer, upon screen entry:
Traceback (innermost 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 19, in handle execute_cmd(cmd) File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
*ret = frappe.call(method, *frappe.form_dict) File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 806, in call
*return fn(*args, *newargs) File “/home/frappe/frappe-bench/apps/frappe/frappe/client.py”, line 165, in get_js with open(contentpath, “r”) as srcfile: IOError: [Errno 2] No such file or directory: u’./assets/erpnext/js/controllers/load_languages.js’
The language list is not populated as a result, causing the print function on the quotation not to function.
Current erpnext version is 6.27.5, seems that erpnext app is not updated.
Goto erpnext app, from frappe-bench folder run cd apps/erpnext
run git pull command
if above success then run bench update one more time from frappe-bench folder