Django Ledger is a double entry accounting system built on the Django Web Framework.
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
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:
after: