https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15136
Johan Larsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED CC| |[email protected] --- Comment #24 from Johan Larsson <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
