From c909b6478123899c16dfc03c8657353587a465e7 Mon Sep 17 00:00:00 2001 From: Adrien Saurat 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 Signed-off-by: Katrin Fischer 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 ) %] + [% ELSE %] + [% END %] [% IF ( serialslis.status2 ) %] -- 1.7.9.5