https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42444

Pedro Amorim (ammopt) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #9 from Pedro Amorim (ammopt) <[email protected]> ---
Testing notes:
- Step 12 (View all libraries) is required before step 4 for the numbers in the
test plan to match what's shown.
- Non-blocker: 'Cancel all' should ideally only show if there are some entries
to cancel, but likely not related to this work.

Some regressions (don't think any individual regression is a blocker
specifically, but worth mentioning):
1) The old template had:
  href="mailto:[% ... | uri %]?subject=[% "Hold waiting: " | uri %][%
reserveloo.biblio.title | uri %]"

The new code drops the subject entirely. Staff clicking the email link used to
get a pre-filled "Hold waiting: [title]" — now they get a blank compose window.

2) item_level_itypes no longer respected

  Old template:
  [% UNLESS ( item_level_itypes ) %]
      ...show item type...
  [% END %]

When item-level_itypes is OFF (meaning it should display the bib level type)
and an item's itype differs from the biblio's itemtype, the displayed type will
be wrong (It'll always display the item_type_id from _strings.
I think _strings should also return the string equivalent of
effective_item_type_id.

3) The total count of holds is no longer displayed on each respective tab
4) The patrons' cardnumber used to be displayed on the 'Patron' column. It
appears that is no longer the case.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to