https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16290 Bug ID: 16290 Summary: "Name of Season" description in numbering pattern erases everything ahead of it in numbering formula Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: kholten@switchinc.org QA Contact: testopia@bugs.koha-community.org CC: colin.campbell@ptfs-europe.com When the "Name of Season" formatting is used, any text put in front of the season is erased from the numbering pattern. This does not seem to affect the "Name of Day" or "Name of Month" formatting options. To test: 1) Go into Serials > Manage Numbering Patterns. 2) Select edit for the "Seasonal" numbering pattern included in the default installation of Koha. 3) Type 'TEST' in front of the numbering formula, so that it reads 'TEST {X} {Y}'. 4) Make sure the X value uses the "Name of Season" formatting. 5) Create a test prediction pattern. 6) Notice that the string "TEST" is erased from the front of the prediction pattern. You will see that anything put in front of the season is erased. If you put a variable like X, Y or Z in front of the pattern, that variable will be erased as well. 7) Change the numbering formula to '{X} TEST {Y}" 8) Create a test prediction pattern. 9) Notice that so long as data is behind the "Name of Season" formatting, it will still display. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.