---- Reported by nengard@gmail.com 2009-12-11 13:37:19 ---- Created an attachment 9999999 On the subscription detail page there is a 9999999 in the rollover field which used to remain blank ... --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:20 UTC --- This bug was previously known as _bug_ 3901 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3901 Imported an attachment (id=1664) Actual time not defined. Setting to 0.0 The original submitter of attachment 1664 [details] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
Nicole I don't understand the problem, could you give more details ?
See the attached image - where is that '9999999' coming from - why not leave it showing blank in that field. I think this is more a template issue than a Serials issue.
The 999999 is stored internally to say "never return back to 0" Maybe it was hired from display (I don't remember). That's just a display problem then (I was fearing it should not have been stored)
Yes, just a display problem - while the data needs to be stored it's confusing to the average librarian to see that all of the sudden when they didn't enter that information in the system. Nicole
Created attachment 7759 [details] [review] Bug 3901: Rollover on serials summary showing 9999999 For Rollover 9999999 the planning tab on the subscription will now show 'Never'.
Katrin you have [% IF ( whenmorethan1 < 9999999 ) %][% whenmorethan2 %][% ELSE %]Never[% END %] Shouldn't the second one be whenmorethan1 (same for the whenmorethan3 later in the patch too)
Created attachment 7784 [details] [review] Bug 3901: Rollover on serials summary showing 9999999 For Rollover 9999999 the planning tab on the subscription will now show 'Never'.
Copy and paste errors - hopefully fixed with new patch. Thx Chris!
Created attachment 7785 [details] [review] Bug 3901: Rollover on serials summary showing 9999999 For Rollover 9999999 the planning tab on the subscription will now show 'Never'.
Created attachment 7880 [details] [review] Bug 3901: Rollover on serials summary showing 9999999 For Rollover 9999999 the planning tab on the subscription will now show 'Never'. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
QA comment: tiny display change, passed QA