[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1244-g70f322b

Git repo owner gitmaster at git.koha-community.org
Wed Oct 9 06:02:10 CEST 2013


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  70f322bd86e9d2b070848de8543f9d6582ec4d02 (commit)
      from  7edaaf407d24fa17bc3429468534a249a9f30900 (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 70f322bd86e9d2b070848de8543f9d6582ec4d02
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 9 14:46:23 2013 -0400

    Bug 10794: fix sorting on billing date column in invoices table
    
    This patch adds the sorting by title string option to the table of
    invoices. This allows column data to be sorted based on the
    ISO-formatted date rather than the formatted-for-display date. A "blank"
    (0000-00-00) date is added to cells which contain no date data.
    
    To test, view the Acquisitions Invoices page (acqui/invoices.pl) and
    confirm that the "Billing date" column is sorted correctly regardless of
    the dateformat system preference.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Template only change, passes all tests and QA script.
    Sorting of the billing column now works as expected.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list