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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |[email protected]
                   |                            |ommunity.org

--- Comment #5 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to