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

--- Comment #3 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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