Bugzilla – Attachment 19113 Details for
Bug 9307
Allow libraries to add/edit status for suggestion management.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9307: QA Followup
Bug-9307-QA-Followup.patch (text/plain), 1.54 KB, created by
Jonathan Druart
on 2013-06-18 10:41:30 UTC
(
hide
)
Description:
Bug 9307: QA Followup
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-06-18 10:41:30 UTC
Size:
1.54 KB
patch
obsolete
>From b4af3184e00adb88a0e010dffdef14e2a88a49ab Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >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 <jonathan.druart@biblibre.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9307
:
14196
|
14197
|
14211
|
14684
|
16648
|
16785
|
19085
|
19112
| 19113