Friday, September 13, 2024
1 change · saas-17.2
Resolved issues and error corrections
Fixed an error that could prevent users from reformatting values in consolidation balance reports. This helps finance users work with consolidation reports without being interrupted by a crash.
Original PR description
We get a KeyError when trying to format values in consolidation report Steps: - Install account_consolidation - Open a consolidation balance - Try to reformat values -> KeyError -> `blank_if_zero` and `format_params` are not in `column_dict` when we try to access it in `account_reports._format_column_values` opw-4070070