[Koha-bugs] [Bug 13183] Improve visibility of automatic on-site checkout rule when OnSiteCheckoutsForce is on

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 6 04:19:16 CET 2014


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

Liz Rea <liz at catalyst.net.nz> changed:

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

--- Comment #3 from Liz Rea <liz at catalyst.net.nz> ---
Created attachment 33283
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33283&action=edit
Bug 13183 - Improve visibility of automatic on-site checkout rule when
OnSiteCheckoutsForce is on

This patch addresses the case where OnSiteCheckoutsForce is enabled and
the user is checking out to a patron who is blocked from checking out.
Instead of showing the 'specify due date' form (which is disabled) this
patch hides it and highlights the on-site checkout controls.

This patch adds some CSS and consolidates some redundant CSS.

To test, load a patron for checkout under the following conditions:

1. OnSiteCheckoutsForce is off and patron is not blocked from checkout
2. OnSiteCheckoutsForce is off, patron is blocked from checkout (for
   being expired or restricted).
3. OnSiteCheckoutsForce is on and patron is not blocked from checkout
4. OnSiteCheckoutsForce is on and patron is blocked from checkout

Signed-off-by: Liz Rea <liz at catalyst.net.nz>
Checked these 4 conditions, plus that if a specified due date was allowed, that
it was enforced.

I noted that the on-site checkouts seemed to take longer to process, but this
probably isn't the place for that sort of complaint.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list