Traceback (innermost last):
File “…/lib/webnotes/widgets/form/save.py”, line 36, in savedocs
getattr(wrapper, action.lower())()
File “…/lib/webnotes/model/bean.py”, line 280, in save
self.run_method(‘validate’)
File “…/lib/webnotes/model/bean.py”, line 217, in run_method
getattr(self.obj, method)()
File “…/app/stock/doctype/item/item.py”, line 184, in validate
self.cant_change()
File “…/app/stock/doctype/item/item.py”, line 251, in cant_change
if (vals.has_serial_no != self.doc.has_serial_no or
AttributeError: ‘NoneType’ object has no attribute ‘has_serial_no’
Traceback (innermost last):
File “…/lib/webnotes/handler.py”, line 156, in handle
execute_cmd(cmd)
File “…/lib/webnotes/handler.py”, line 191, in execute_cmd
ret = call(method, webnotes.form_dict)
File “…/lib/webnotes/handler.py”, line 208, in call
return fn(**newargs)
File “…/lib/webnotes/widgets/form/save.py”, line 45, in savedocs
raise e
AttributeError: ‘NoneType’ object has no attribute ‘has_serial_no’
–
You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Traceback (innermost last):
File "../lib/webnotes/widgets/form/save.py", line 36, in savedocs
getattr(wrapper, action.lower())()
File "../lib/webnotes/model/bean.py", line 280, in save
self.run_method('validate')
File "../lib/webnotes/model/bean.py", line 217, in run_method
getattr(self.obj, method)()
File "../app/stock/doctype/item/item.py", line 184, in validate
self.cant_change()
File "../app/stock/doctype/item/item.py", line 251, in cant_change
if (vals.has_serial_no != self.doc.has_serial_no or
AttributeError: 'NoneType' object has no attribute 'has_serial_no'
Traceback (innermost last):
File “…/lib/webnotes/handler.py”, line 156, in handle
execute_cmd(cmd)
File “…/lib/webnotes/handler.py”, line 191, in execute_cmd
ret = call(method, webnotes.form_dict)
File “…/lib/webnotes/handler.py”, line 208, in call
return fn(**newargs)
File “…/lib/webnotes/widgets/form/save.py”, line 45, in savedocs
raise e
AttributeError: ‘NoneType’ object has no attribute ‘has_serial_no’
–
You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.
Traceback (innermost last):
File "../lib/webnotes/widgets/form/save.py", line 36, in savedocs
getattr(wrapper, action.lower())()
File "../lib/webnotes/model/bean.py", line 280, in save
self.run_method('validate')
File "../lib/webnotes/model/bean.py", line 217, in run_method
getattr(self.obj, method)()
File "../app/stock/doctype/item/item.py", line 184, in validate
self.cant_change()
File "../app/stock/doctype/item/item.py", line 251, in cant_change
if (vals.has_serial_no != self.doc.has_serial_no or
AttributeError: 'NoneType' object has no attribute 'has_serial_no'
Traceback (innermost last):
File “…/lib/webnotes/handler.py”, line 156, in handle
execute_cmd(cmd)
File “…/lib/webnotes/handler.py”, line 191, in execute_cmd
ret = call(method, webnotes.form_dict)
File “…/lib/webnotes/handler.py”, line 208, in call
return fn(**newargs)
File “…/lib/webnotes/widgets/form/save.py”, line 45, in savedocs
raise e
AttributeError: ‘NoneType’ object has no attribute ‘has_serial_no’
–
You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.