http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8058
Chris Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12693|0 |1 is obsolete| | --- Comment #23 from Chris Hall <[email protected]> --- Created attachment 15649 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15649&action=edit Bug 8058 allow empty barcode in circulation to redirect to pay fines screen Also adds the option for printing the quickslip and then clearing the screen. Rebased against current master, Removed accidentaly debugging statement. I also found an error in sysprefs.sql where instead of "PrintAndClear" (which is used everywhere else) I had "ClearAndPrint", this has been corrected. I removed the sign off as I have modified the patch since it was applied, I hope this is correct. For testing (after applying the patch): We need 3 patrons: one with no fines, one with outstanding fines, and one with negative fines (positive balance) Go through each of the 6 combinations of CircAutoPrintQuickSlip (Clear, Print, PrintAndClear) and CircPayFinesRedirect (No Action, Redirect) Visit each of the testing patron's check out pages and enter an empty barcode Expected behavior can be seen in comment #16 and is also summed up below. CircPayFinesRedirect should have no affects for patrons that do not have outstanding fines, in this case behavior is determined by CircAutoPrintQuickSlip. The 'interesting' cases are when a patron has outstanding fines and CircPayFinesRedirect is set to redirect: CircAutoPrintQuickSlip set to Clear : redirects (no clearing) CircAutoPrintQuickSlip set to Print : printing window opens, other window redirects CircAutoPrintQuickSlip set to PrintAndClear : printing window opens, other window redirects -- 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/
