Bugzilla – Attachment 16550 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]
[PASSED QA] Bug 8509: allows the Expected status to be chosen back
PASSED-QA-Bug-8509-allows-the-Expected-status-to-b.patch (text/plain), 1.62 KB, created by
Katrin Fischer
on 2013-03-20 16:54:39 UTC
(
hide
)
Description:
[PASSED QA] Bug 8509: allows the Expected status to be chosen back
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-20 16:54:39 UTC
Size:
1.62 KB
patch
obsolete
>From c909b6478123899c16dfc03c8657353587a465e7 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] [PASSED QA] 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> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Passes all tests and QA script. > >I did varoius tests on a subscription switching between the >different status (expected, arrived, late) and couldn't find >a bad side effect of this patch. > >Note: The date arrived/date expected is not automatically reset, >but you can enter the date manually in the template, so I think >this could be handled in a separate bug. >--- > .../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.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