[Koha-bugs] [Bug 15055] New: Koha generates new subscription item even when it's not necessary

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 23 17:09:01 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15055

            Bug ID: 15055
           Summary: Koha generates new subscription item even when it's
                    not necessary
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Serials
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: j.kylmala at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com

When receiving a subscription item, Koha will assume that you want to create a
new subscription item (which will be put in the "expected" status) every time.

How to reproduce this:

1. Someone accidentally changes something to "received" and then changes it
back to "expected". -> a new item in subscriptions has been generated
2. Now we go and change that accidentally changed item back to "received". -> a
new item in subscriptions has been generated
3. Now there is two new items waiting to be received. Normally there should be
just one.
4. and what if someone changes the status 10 times accidentally to received..
Then there would be 10 new items waiting with the status "expected".

Also when you add the last item of that specific subscription period Koha
shouldn't generate the maybe future subscriptions item there. There is a huge
bug(?) in the C4::Serials::abouttoexpire(), so fixing this might be difficult.
The bug is that originally periodic subscription has been changed to
non-periodic in the renewal phase and then it doesn't take that account.

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


More information about the Koha-bugs mailing list