[Koha-bugs] [Bug 10626] Remove doubled up TT plugins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 24 17:10:22 CEST 2013


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

--- Comment #25 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 22368
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22368&action=edit
Bug 10626 - Remove doubled up TT plugins - Merge KohaAuthorisedValues and
AuthorisedValues - Followup

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Trying to write my own test plan here:

1) AllowNotForLoanOverride = Allow
   Mark single item not for loan and try to check it out.
   Check item not for loan status shows up correctly in message:
   Item is normally not for loan (Staff Collection). Check out anyway?

2) Toggle AllowNotForLoanOverride = Not Allow
   Try to check out your not for loan item again.
   Message has changed, but not for loan status should still show:
   Item not for loan (Staff Collection).

3) Check out item that is marked damaged.
   Check damaged status shows correctly in list of checkouts.

4) Mark item as lost and check it out.
   Check lost status shows up correctly in message:
   This item has been lost with a status of "Lange überfällig (Verloren)".

5) Create your own custom SUGGEST_STATUS and check that it shows
   up correctly on the suggestion page.

6) Test item status show up correctly on OPAC detail page (lost, not
   for loan, damaged, etc). Requires follow-up patch to be applied.

7) Mark a suggestion with your custom status and make sure it shows
   up in the patron account in OPAC correctly.

Passes tests and QA script - needs a follow up for item-status-schema-org.inc.

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


More information about the Koha-bugs mailing list