Bug 15484

Summary: subscription enddate is miscalculated when it has predictable non published issues
Product: Koha Reporter: Koha Team University Lyon 3 <koha>
Component: SerialsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: colin.campbell
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Koha Team University Lyon 3 2016-01-06 15:53:52 UTC
In cases when subscription have non standard number of issues ( example for a weekly serial 44 instead of 52 a year because there is no publication in Summer), the enddate is miscalculated if you let the program do.
May be that not diserves a code correction because it seems there are 2 solutions to avoid this ( if I get it correctly) :
 - Enter the enddate by yourself
 - Set numberlength to 52 (if your WhenMoreThan parameter in the numbering pattern is set to 44 the prediction should work).

May be but maybe I miss something...
And if the case, that would diserve to be clearly explained.

Olivier Crouzet