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

--- Comment #2 from Jonathan Druart <[email protected]> 
---
Ok click on "More details" and arrived on /opac-serial-issues.pl

Since 3.00.00.106 we should not have 0000-00-00 anymore in
subscription.enddate, so 
 451         if ( $subs->{enddate} eq '0000-00-00' ) {
should be
 451         if ( not defined $subs->{enddate} ) {

-- 
You are receiving this mail because:
You are the assignee for the bug.
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