http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8058
Chris Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9574|0 |1 is obsolete| | --- Comment #11 from Chris Hall <[email protected]> --- Created attachment 10528 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10528&action=edit Allows pay fines redirect to work with print spooling. Scratch that last comment, by removing the return statement from the javascript for quickslip and moving the code for CircPayFinesRedirect in to the perl code I am able to get the functionality you desired Marc Veron :) Attached is my work so far, there are 4 combinations. CircPayFinesRedirect: do nothing, CircAutoPrintQuickSlip: clear the screen -> clears the screen CircPayFinesRedirect: redirect and CircAutoPrintQuickSlip: clear the screen -> redirects if borrower has fines, otherwise clears the screen CircPayFinesRedirect: do nothing and CircAutoPrintQuickSlip: open quickslip window -> opens quick print slip and then clears the screen CircPayFinesRedirect: redirect and CircAutoPrintQuickSlip: open quickslip window -> opens quick print slip and then redirects if the borrower has fines, otherwise clears the screen (after opening print slip window). It may be wise to combine these in to a single syspref or change the wording to explain the options better. -- 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/
