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
917 stars 215 forks source link

Fix: Added correct urls for going back in entity and ledger balance sheet view #215

Closed ubaidrmn closed 1 month ago

ubaidrmn commented 1 month ago

The urls in the balance sheet template were directing users to incorrect urls when going back. When an entity was defined, the link directed to the ledger-list, and when a ledger was defined, the link directed to the entity-dashboard. When in reality, it should be the opposite.

elarroba commented 1 month ago

@ubaidrmn this makes sense. Thank you for your pull request!