From 8af86bfb2dd4ec548a8d3451ba3fa76af8f869fb Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Thu, 21 Feb 2019 10:54:06 -0500 Subject: [PATCH] LP#1749475 Fix thinko in form argument for sort direction This variable is for the sort direction, so should be 'sort_dir', not 'sort_by' (which is named, in this context 'sort'). Signed-off-by: Dan Wells Signed-off-by: Galen Charlton Signed-off-by: Michele Morgan --- Open-ILS/src/templates/opac/record/print_preview.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/record/print_preview.tt2 b/Open-ILS/src/templates/opac/record/print_preview.tt2 index 8fc58390bb..28d17d617d 100644 --- a/Open-ILS/src/templates/opac/record/print_preview.tt2 +++ b/Open-ILS/src/templates/opac/record/print_preview.tt2 @@ -9,7 +9,7 @@
-
+ -- 2.11.0