[Koha-bugs] [Bug 12899] Row grouping in checkouts table is alphabetical and layout depends on words chosen in translation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 10 15:23:21 CEST 2014


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 31502
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31502&action=edit
Bug 12899 - Row grouping in checkouts table is alphabetical and depends on
translation

The sort order of the "today's checkouts" and "previous checkouts" row
groupings depends on the label, so in English "today's checkouts" comes
first. However, in other languages the reverse alphabetical order is
incorrect resulting in "previous checkouts" coming first.

This patch adds a dummy column with numeric data on which the sorting
can be done. This should make it translation-agnostic.

To test, apply the patch and install or update a translation which will
demostrate the problem (sv-SE for instance).

- Clear your browser cache and switch to the English templates.
- Check out some items to a patron who has checkouts from a previous
  day.
- Confirm that the sorting of the "today's checkouts" and "previous
  checkouts" row groups is correct.
- Switch to the new/updated translation and reload the circulation page
  for that patron. Confirm that the sort remains correct.
- Confirm that the checkouts table looks correct and that other features
  (sorting, checkboxes) still work correctly.

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


More information about the Koha-bugs mailing list