From 70f322bd86e9d2b070848de8543f9d6582ec4d02 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 9 Sep 2013 14:46:23 -0400 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer Template only change, passes all tests and QA script. Sorting of the billing column now works as expected. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt index 40114ad64f..965fec5c01 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -9,14 +9,11 @@