[Koha-bugs] [Bug 30068] Wrong reference to table_borrowers in circulation.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 10 16:00:17 CET 2022


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
olumns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ',
'circulation', 'table_borrowers', 'json' ) | $raw %]
This is just fetching the settings from the yaml, they are only applied to
"#table_borrowers" in circ-patron-search-results.js

The table_borrowers that shows items is simply a class on the
itemSearchFallBack table - this class is not referenced anywhere so can simply
be removed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list