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

Commits on Dec 10, 2019

  1. fix: sc object not loaded

    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
    RJPvT committed Dec 10, 2019
    Copy the full SHA
    7adaa7a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Copy the full SHA
    aefe029 View commit details
    Browse the repository at this point in the history