[Koha-bugs] [Bug 15136] Display item's homebranch in patron's fines list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 1 14:24:19 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15136

Johan Larsson <johan.larsson at ub.gu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED
                 CC|                            |johan.larsson at ub.gu.se

--- Comment #24 from Johan Larsson <johan.larsson at 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.


More information about the Koha-bugs mailing list