Bug 28939 - Subscription formatting should not start at 0
Summary: Subscription formatting should not start at 0
Status: RESOLVED DUPLICATE of bug 28710
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-01 18:34 UTC by Andrew Fuerste-Henry
Modified: 2021-09-01 18:51 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2021-09-01 18:34:33 UTC
In subscription numbering patterns, one can set Koha to sub in season, month, or day of week in place of a number. But those substitutions all start with zero (so for months, 0=January, 1=February, and so on).

This adds extra confusion to what's already an complicated module. We should make these values start at 1, as human counting works.
Comment 1 Katrin Fischer 2021-09-01 18:51:45 UTC

*** This bug has been marked as a duplicate of bug 28710 ***