maybe-finance / maybe

The OS for your personal finances
https://maybe.co
GNU Affero General Public License v3.0
30.41k stars 2.27k forks source link

Fix issue #861: Correct header selection logic in get_selected_header_for_field method #918

Closed igorcarvalhh closed 3 months ago

igorcarvalhh commented 3 months ago

Fix issue #861

The get_selected_header_for_field method was incorrectly using the entire field object instead of the field key to dig into the column_mappings hash. This caused an error when trying to retrieve the selected header for a field.