Bugzilla – Attachment 12396 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]
proposed patch
0001-Bug-8509-allows-the-Expected-status-to-be-chosen-bac.patch (text/plain), 1.12 KB, created by
Adrien SAURAT
on 2012-09-20 14:20:43 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2012-09-20 14:20:43 UTC
Size:
1.12 KB
patch
obsolete
>From 660956be400461c4c1cea59f32efaa7c848aef35 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. >--- > .../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 79ce099..2acbe78 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 >@@ -235,6 +235,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.9.5 >
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