28 Feb
2014
28 Feb
'14
5:46 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11369 --- Comment #14 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 25731 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25731&action=edit Bug 11369 - Correct usage of me.searchid in browser.js In browser.js, at creation of browser, the searchid is transmited to JS object into me.searchid. To be consistant, me.searchid should always be use, never searchid alone. In browseRecords function, setting searchid as parameter is useless because it is defined in me.searchid. Test with test plan of Bug 10404 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.