https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18765
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #2 from Mason James <[email protected]> --- > ...because pressing the TAB key in the cardnumber field > of memberentry.pl?op=modify simply changes the focus to the Library drop > down field. I copy/pasted the problematic string from a text-editor into the field --- Comment #3 from Jonathan Druart <[email protected]> --- We can do that: +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt @@ -14,7 +14,7 @@ "<input type='checkbox' class='selection' name='borrowernumber' value='[% data.borrowernumber %]' />", [% END %] "dt_cardnumber": - "[% data.cardnumber | html %]", + "[% To.json( data.cardnumber ) %]", But we should do it for all the data. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
