https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11492 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #5 from Jonathan Druart <jonathan.druart@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.