http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001
Chris Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |In Discussion CC| |[email protected] --- Comment #101 from Chris Hall <[email protected]> --- When I have the "CircAutoPrintQuickSlip" set to "Clear the screen" and then I enter a blank barcode in the checkout out box from a borrowers page I get the following error "Undefined subroutine &main::PrintIssueSlip called at /home/chrish/devel/koha/circ/circulation.pl line 175." Grepping through the codebase the only mention of PrintIssueSlip is in circulation.pl Tracing it back with git blame I found PrintIssueSlip was added in a9ded4fa008668df8c485fbbc76efa3cc9cc00d7 "bug_7001: Issue and Reserve slips are notices." If I then go back another commit I find no mentions of PrintIssueSlip. If "CircAutoPrintQuickSlip" is set to "open a quick print slip window" then the error does not occur. -- You are receiving this mail because: You are the QA Contact for the bug. 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/
