You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - **Added logging for development environment debugging:**
- **Optimized `UNIT_MODEL_CHOICES` initialization in `data_import.py`:**
- Simplified choice list creation by concatenating the default choice with enumerated unit models.
- Removed unnecessary conditional logic for the first choice in the previous implementation.
* - **Version bump to v0.8.2.1:**
- **Bug fix in `chart_of_accounts.py`:**
- Corrected queryset filter logic by replacing `role__in=[ROOT_GROUP]` with `role__in=ROOT_GROUP` to prevent potential list-related errors.
### **Summary**
Bumped version to v0.8.2.1 and fixed a queryset filtering bug in `chart_of_accounts.py` for accurate role checking.
### **Backwards Compatibility**
No breaking changes; backwards-compatible bug fix and version update.
0 commit comments