[Koha-bugs] [Bug 8058] Circulation empty barcode field redirect to pay fines screen if borrower has outstanding fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 25 05:47:31 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8058

Chris Hall <chrish at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12693|0                           |1
        is obsolete|                            |

--- Comment #23 from Chris Hall <chrish at catalyst.net.nz> ---
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.


More information about the Koha-bugs mailing list