Koha/serials
Jonathan Druart 099e2fe2b7 Bug 7806: Fix remaining occurrences of 0000-00-00
We should remove all SQL queries that contain 0000-00-00 and finally
assume we do not longer have such value in our DB (for date type)

We already dealt with such values in previous update DB entries.
The 2 added by this one haven't been replaced already.

The code will now assume that either a valid date exist, or NULL/undef.

Test plan:
QA review is needed and test of the different places where code is
modified.

Not sure about the change from reports/issues_avg_stats.pl

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-03-01 11:16:42 +01:00
..
acqui-search-result.pl
acqui-search.pl
add_user_search.pl
checkexpiration.pl
claims.pl
create-numberpattern.pl
lateissues-export.pl
reorder_members.pl
routing-preview.pl
routing.pl
serials-collection.pl
serials-edit.pl
serials-home.pl
serials-search.pl
showpredictionpattern.pl
subscription-add.pl Bug 7806: Fix remaining occurrences of 0000-00-00 2021-03-01 11:16:42 +01:00
subscription-batchedit.pl
subscription-bib-search.pl
subscription-detail.pl
subscription-frequencies.pl
subscription-frequency.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-history.pl
subscription-numberpattern.pl
subscription-numberpatterns.pl Bug 27398: Made values in number patterns subscription length translatable 2021-02-08 14:56:00 +01:00
subscription-renew.pl Bug 27332: Use the branchcode from the subscription when renewing 2021-02-23 13:16:07 +01:00
viewalerts.pl