arrobalytics / django-ledger

Django Ledger is a double entry accounting system built on the Django Web Framework.
https://www.djangoledger.com
GNU General Public License v3.0
1.03k stars 224 forks source link

remove locked attribute/field that doesn't exist in the ChartOfAccountModel #220

Closed tolland closed 3 months ago

tolland commented 3 months ago

It was noticed in this issue that the CoA can't be accessed via the admin due to an error : https://github.com/arrobalytics/django-ledger/issues/219

This PR removes the missing field that is causing the error

before: 2024-08-03_05-16

after: 2024-08-03_05-44