From b4af3184e00adb88a0e010dffdef14e2a88a49ab Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 18 Jun 2013 12:33:05 +0200 Subject: [PATCH] Bug 9307: QA Followup - Remove an old DHTMLcalendar_dateformat variable - Add SUGGEST_STATUS to the "Koha system categories" Signed-off-by: Jonathan Druart --- admin/authorised_values.pl | 2 +- suggestion/suggestion.pl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/authorised_values.pl b/admin/authorised_values.pl index d344438..332f09a 100755 --- a/admin/authorised_values.pl +++ b/admin/authorised_values.pl @@ -247,7 +247,7 @@ sub default_form { } # push koha system categories - foreach (qw(Asort1 Asort2 Bsort1 Bsort2 SUGGEST DAMAGED LOST REPORT_GROUP REPORT_SUBGROUP DEPARTMENT TERM)) { + foreach (qw(Asort1 Asort2 Bsort1 Bsort2 SUGGEST DAMAGED LOST REPORT_GROUP REPORT_SUBGROUP DEPARTMENT TERM SUGGEST_STATUS)) { push @category_list, $_ unless $categories{$_}; } diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 27c7951..fd9a9c2 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -387,7 +387,6 @@ foreach my $field ( qw(managedby acceptedby suggestedby budgetid) ) { } $template->param(%hashlists); $template->param( - DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), SuggestionStatuses => GetAuthorisedValues('SUGGEST_STATUS'), ); output_html_with_http_headers $input, $cookie, $template->output; -- 1.7.10.4