Navigation Menu

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

fix: sc object not loaded #19892

Merged
merged 2 commits into from Dec 24, 2019
Merged

fix: sc object not loaded #19892

merged 2 commits into from Dec 24, 2019

Conversation

RJPvT
Copy link
Contributor

@RJPvT RJPvT commented Dec 10, 2019

fix for object not loaded and errors in auto-generate :

Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py", line 103, in execute_job
method(**kwargs)
File "/home/frappe/frappe-bench/apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py", line 141, in refresh_scorecards
sc.save()
TypeError: 'NoneType' object is not callable

fix for object not loaded and errors in auto-generate :

Traceback (most recent call last):
  File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py", line 103, in execute_job
    method(**kwargs)
  File "/home/frappe/frappe-bench/apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py", line 141, in refresh_scorecards
    sc.save()
TypeError: 'NoneType' object is not callable
Copy link
Member

@nabinhait nabinhait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RJPvT Please send 2 more Pull Requests for develop and version-12-hotfix branch

@nabinhait nabinhait self-assigned this Dec 23, 2019
This was referenced Dec 23, 2019
@RJPvT
Copy link
Contributor Author

RJPvT commented Dec 23, 2019

@RJPvT Please send 2 more Pull Requests for develop and version-12-hotfix branch

Done and referenced

@nabinhait nabinhait merged commit ad1ba2b into frappe:version-11-hotfix Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants