Summary: | Rollover on Serial showing 9999999 | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Serials | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, henridamien, jcamins, paul.poulain |
Version: | 3.8 | ||
Hardware: | PC | ||
OS: | All | ||
URL: | cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=1 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
9999999
Bug 3901: Rollover on serials summary showing 9999999 Bug 3901: Rollover on serials summary showing 9999999 Bug 3901: Rollover on serials summary showing 9999999 Bug 3901: Rollover on serials summary showing 9999999 |
Description
Chris Cormack
2010-05-21 01:20:47 UTC
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 |