[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
Wed Jun 27 03:21:58 CEST 2012


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

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

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

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


More information about the Koha-bugs mailing list