[Koha-bugs] [Bug 11995] Followup for Bug 7688 - FIX GetNextDate in serialsUpdate.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 8 09:55:58 CEST 2014


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

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to M. Tompsett from comment #2)
> Comment on attachment 26559 [details] [review]
> >      my $subscription = &GetSubscription( $issue->{subscriptionid} );
> > +    my $publisheddate  = $issue->{publisheddate};
> 
> What is the difference between publisheddate and planneddate? This is the
> only thing holding me back from signing off.

publisheddate is the date of the publication and planneddate is the planned
date of the reception (and becomes the date of the reception, when it has been
done).
Before bug 7688, the GetNextDate was called with planneddate sometimes and
publisheddate other times. To get the next published date, it is logical to be
based on the current published date (and not planneddate, which could be
different for each library).

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


More information about the Koha-bugs mailing list