[Koha-bugs] [Bug 29934] New: Previous issue should follow makePreviousSerialAvailable when using supplemental issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 24 22:11:15 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29934

            Bug ID: 29934
           Summary: Previous issue should follow
                    makePreviousSerialAvailable when using supplemental
                    issues
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Serials
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

makePreviousSerialAvailable misses a couple of issues when one creates a
supplement:

1 - turn on makePreviousSerialAvailable
2 - make subsciption, create item record, itemtype=A, item type for older
issues=B
3 - receive issue 1 
4 - #1 is created as itype A
5 - receive issue 2 
6 - #2 is created as itype A, #1 changes to itype B
7 - receive a supplemental issue
8 - supplement is created as itype A, #2 remains itype A
9 - receive issue 3
10 - #3 is created as itype A, both #2 and supplement remain itype A
11 - receive issue 4
12 - #4 is created as itype A; supplement changes to itype B, #3 and #2 remain
itype A
13 - receive issue 5
14 - #5 is created as itype A; #4 changes to itype B; #3 and #2 remain itype A

We should have seen:
 - #2 goes to itype B at step 8
 - supplement goes to itype B at step 10
 - #3 goes to itype B at step 12

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list