Bugzilla – Attachment 14739 Details for
Bug 8509
Allowing the Expected status even if another status has been saved
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8509: allows the Expected status to be chosen back
Bug-8509-allows-the-Expected-status-to-be-chosen-b.patch (text/plain), 1.22 KB, created by
Jonathan Druart
on 2013-01-22 09:44:42 UTC
(
hide
)
Description:
Bug 8509: allows the Expected status to be chosen back
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-01-22 09:44:42 UTC
Size:
1.22 KB
patch
obsolete
>From 713620ba16746e3fd29ce8af8c4b9323b9c96492 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Thu, 20 Sep 2012 16:18:18 +0200 >Subject: [PATCH] Bug 8509: allows the Expected status to be chosen back > >If a serial has been marked as received by mistake, it's now >possible to set it as an "Expected" serial again. > >Signed-off-by: Melia Meggs <melia@test.bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >index 3a64b11..6ab28c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >@@ -197,6 +197,8 @@ $(document).ready(function() { > [% END %] > [% IF ( serialslis.status1 ) %] > <option value="1" selected="selected">Expected</option> >+ [% ELSE %] >+ <option value="1">Expected</option> > [% END %] > [% IF ( serialslis.status2 ) %] > <option value="2" selected="selected">Arrived</option> >-- >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 8509
:
12396
|
13327
|
14739
|
16550