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

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Nick Clemens (kidclamp) <[email protected]> ---
To recreate:
1 - Enable makePreviousSerialAvailable system preference
2 - Add a new subscription, choose any existing biblio
    Set 'When receiving this serial' to Create a new item
    Set item type to Book
    Set previous issue item type to Map
3 - Set up the second paeg, I chose monthly, starting today, 12 issues, simpler
number pattern, but it shouldn't matter
4 - Receive the serial and set the issue as late
5 - Receive again, marking next issue arrived
6 - Check the biblio, one new item, book type
7 - Receive the next issue as arrived
8 - Check the biblio, another new item, previous is book
9 - Receive the next issue as arrived
10 - Check the biblio, another new item, previous is book, second previous is
Map

We are looping on the serial ids passed, the late on first.
The loop increments on the late issue, and so when we update the item type, we
go back an extra issue
my $previous = GetPreviousSerialid( $subscriptionids[$i] );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to