http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15301
--- Comment #2 from Frédéric Demians <[email protected]> --- Your patch works as described. But the UI change a little bit. Without your patch, the 'Transferred items' table on branchtransfers.pl page contains 7 columns: Title, Author, Barcode, Shelving location, Call number, Type, To With your patch, the same table contains 6 columns: Title, Author, Barcode, Shelving location, Call number, Item type, Collection code, Destination Without your patch, the 'Type' labelled column contains the item type specified in syspref BranchTransferLimitsType (ccode or item type). With you patch, both column are simply displayed. It's not an issue from my perspective. It could even be intersting to display both info there. But it could be perceived as a regression by some libraries that don't use CCODE for example. The use of Administration > Configure columns functionalities could be a solution in the long run. But in the meantime, couldn't you just add "id" to the table <th> and <td> tags in order to allow hiding them with JS? -- 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/
