http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9279 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.8 |master --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- Thanks for the info! Resetting version to master. Kyle (In reply to comment #3)
Kyle,
I have a master clone, and the error is still there. Code of member-toolbar.inc:
function printx_window(print_type) {
window.open("/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]&print=" + print_type, "printwindow"); return false; }
Note that moremember.pl is always invoked.
-- You are receiving this mail because: You are watching all bug changes.