http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12673
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #11 from Jonathan Druart <[email protected]> --- This patch introduce a regression, I used git bisect, it pointed me: 4e278782f156a9d7452e6e9ddcefee9542b964fc is the first bad commit commit 4e278782f156a9d7452e6e9ddcefee9542b964fc Author: Bernardo Gonzalez Kriegel <[email protected]> Date: Tue Jul 29 15:00:56 2014 -0300 Bug 12673: Remove CGI::scrolling_list from C4::Items.pm This patch removes only instance in this file To reproduce, go on acqui/addorderiso2709.pl?import_batch_id=3&basketno=7&booksellerid=5 (change ids), tab 'Item information'. You will get: b - Propriétaire HASH(0xd220cb0) Required c - Dépositaire HASH(0xd44a3ec) Required e - Localisation HASH(0xd44ab30) Required The dropdown list are replaced by the hashref address. -- 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/
