Bug 9307: QA Followup
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 18 Jun 2013 10:33:05 +0000 (12:33 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 19 Jun 2013 14:19:39 +0000 (07:19 -0700)
- Remove an old DHTMLcalendar_dateformat variable
- Add SUGGEST_STATUS to the "Koha system categories"

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

admin/authorised_values.pl
suggestion/suggestion.pl

index d344438..332f09a 100755 (executable)
@@ -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{$_};
     }
 
index 27c7951..fd9a9c2 100755 (executable)
@@ -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;