[Koha-bugs] [Bug 11492] Receiving a serial item causes routing list notes to be lost

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 12 20:44:37 CET 2018


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Hi Aleisha,

You are doing things that are not advertised in the commit message. For
instance you are passing $publisheddatetext to NewIssue. I feel like this is
wrong, $publisheddatetext should not be kept from one issue to another.

There is
1160         my $nextpublisheddate = GetNextDate($subscription, $publisheddate,
1);
1161         my $nextpubdate = $nextpublisheddate;

And $nextpubdate is passed as $planneddate and $publisheddate for the next one,
but $publisheddatetext will be unchanged.

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


More information about the Koha-bugs mailing list