@@ -, +, @@ * Create a subscription * From the serial collection page: * Receive or create several issues and set different status * Make sure you have at least 2 late and claim one of them * Make sure you have several Arrived issues * Edit Arrived serial issues and others * Verify that the status pull down no also shows the new status if the issue has a different status than "Expected" * Set the new status * Verify they save and show correctly * Edit again and verify the pull downs are pre-set correctly to the saved status * Verify they show everywhere else (see previous test plans :) ) --- .../prog/en/modules/serials/serials-edit.tt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt @@ -174,6 +174,27 @@ $(document).ready(function() { [% ELSE %] [% END %] + [% IF ( serialslis.status21 ) %] + + [% ELSE %] + [% IF ( !serialslis.status1 ) %] + + [% END %] + [% END %] + [% IF ( serialslis.status22 ) %] + + [% ELSE %] + [% IF ( !serialslis.status1 ) %] + + [% END %] + [% END %] + [% IF ( serialslis.status23 ) %] + + [% ELSE %] + [% IF ( !serialslis.status1 ) %] + + [% END %] + [% END %] [% IF ( serialslis.status3 ) %] [% ELSE %] --