From 04054653f392f24950019711b3b35724a8dd8872 Mon Sep 17 00:00:00 2001 From: Adrien Saurat 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 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. Signed-off-by: Jared Camins-Esakov --- 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 3a64b11922..6ab28c746b 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 ) %] -- 2.39.2