Bugzilla – Attachment 107893 Details for
Bug 25751
When an ORDERED suggestion is edited, the status resets to "No status"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25751: Add ORDERED in dropdown list of suggestion's statuses
Bug-25751-Add-ORDERED-in-dropdown-list-of-suggesti.patch (text/plain), 2.80 KB, created by
ByWater Sandboxes
on 2020-08-06 14:15:43 UTC
(
hide
)
Description:
Bug 25751: Add ORDERED in dropdown list of suggestion's statuses
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-08-06 14:15:43 UTC
Size:
2.80 KB
patch
obsolete
>From 9239fc98c868e2a9e580ecef8016decdbb58ba19 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Jun 2020 15:44:40 +0200 >Subject: [PATCH] Bug 25751: Add ORDERED in dropdown list of suggestion's > statuses > >Signed-off-by: Holly Cooper <hc@interleaf.ie> >--- > .../prog/en/modules/suggestion/suggestion.tt | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index c293a57ba3..02321e8615 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -343,6 +343,12 @@ > <option value="REJECTED">Rejected</option> > [% END %] > >+ [% IF ( statusselected_ORDERED ) %] >+ <option value="ORDERED" selected="selected">Ordered</option> >+ [% ELSE %] >+ <option value="ORDERED">Ordered</option> >+ [% END %] >+ > [% FOREACH s IN SuggestionStatuses %] > [% IF s.authorised_value == suggestion.STATUS %] > <option value="[% s.authorised_value | html %]" selected="selected">[% s.lib | html %]</option> >@@ -681,6 +687,12 @@ > <option value="REJECTED">Rejected</option> > [% END %] > >+ [% IF ( statusselected_ORDERED ) %] >+ <option value="ORDERED" selected="selected">Ordered</option> >+ [% ELSE %] >+ <option value="ORDERED">Ordered</option> >+ [% END %] >+ > [% FOREACH s IN SuggestionStatuses %] > <option value="[% s.authorised_value | html %]">[% s.lib | html %]</option> > [% END %] >@@ -841,6 +853,12 @@ > <option value="REJECTED">Rejected</option> > [% END %] > >+ [% IF ( statusselected_ORDERED ) %] >+ <option value="ORDERED" selected="selected">Ordered</option> >+ [% ELSE %] >+ <option value="ORDERED">Ordered</option> >+ [% END %] >+ > [% FOREACH s IN SuggestionStatuses %] > [% IF s.authorised_value == selected_status %] > <option value="[% s.authorised_value | html %]" selected="selected">[% s.lib | html %]</option> >-- >2.11.0
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 25751
:
105918
|
107893
|
108311