https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15136 Johan Larsson <johan.larsson@ub.gu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED CC| |johan.larsson@ub.gu.se --- Comment #24 from Johan Larsson <johan.larsson@ub.gu.se> --- After the new column with homebranch was added the button for "filter paid transactions" does not work. The code that should be adjusted is: table_account_fines.fnFilter(filteredValue, 4, true, false); it should now be table_account_fines.fnFilter(filteredValue, 5, true, false); -- You are receiving this mail because: You are watching all bug changes.