[koha-commits] main Koha release repository branch master updated. v3.14.00-504-g4ce0848

Git repo owner gitmaster at git.koha-community.org
Thu Feb 27 17:01:20 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  4ce0848fe35814f2324a8e3d59b3c04f061a858b (commit)
      from  63d7386ed00f73be837a57aeb12d75c6893ca0bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4ce0848fe35814f2324a8e3d59b3c04f061a858b
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Thu Feb 20 09:53:23 2014 +0100

    Bug 11798: fix problems with column sorting and row visibility in invoices table
    
    1) Sorting on "Billing date" (functionality introduced by bug 10794)
    doesn't work properly any longer after bug 10401 was pushed (another
    side-effect being that "Vendor" column is currently not sortable
    at all).
    2) Only "top ten" invoices are always displayed in the table, and it's
    not possible to change that without missing top/bottom DataTables
    pagination bars.
    
    This patch fixes sorting for "Billing date" &  "Vendor" columns
    in invoices table and restores the ability to see all table
    rows/search results (not just "top ten").
    
    Test plan (you'll need to have 11+ invoices with various billing
    dates entered in the system):
    1) apply patch,
    2) view the Acquisitions invoices page (acqui/invoices.pl), do some
    search (= as broad search as possible) and confirm that "Billing
    date" and "Vendor" columns now do sort correctly,
    3) in situations when there are more than 10 search results, they
    should all be visible in the invoices table.
    
    NOTE: Generating invoices is a painfully convoluted mess.
          All my "Billing date" entries were blank, so was not
          able to confirm Billing date issues. However, Vendor
          sorting issues, seeing more than 10, and in my bizarre
          initial case the non-visible checkboxes were all fixed.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list