Koha/serials
Marc Véron e8b2f04638 Bug 14870: (followup) Remove stray C4::Dates
(See comment #23)

This patch removes stray C4::Dates (date_fromat...) from
C4/Items.pm
C4/Log.pm
C4/Serials.pm
serials/acqui-search-result.pl
t/DateUtils.t
t/db_dependent/Items/GetItemsForInventory.t
tools/koha-news.pl

Some of them were inside comments etc.

To test:
- git grep 'C4::Dates' should give no result
- git grep 'format_d' should give no result
  Exception: in one cron job there exists an own sub format_date, and occurences not
             related to C4::Dates
- Search for regressions

http://bugs.koha-community.org/show_bug.cgi?id=14870
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
serials/acqui-search-results.pl looks like it should be revisited,
containing code that might not be needed. Searching a vendor
in serials still works witout a problem.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-11-19 13:05:06 -03:00
..
acqui-search-result.pl Bug 14870: (followup) Remove stray C4::Dates 2015-11-19 13:05:06 -03:00
acqui-search.pl
add_fields.pl
add_user_search.pl Bug 15109: Make name the default sort order for all patron searches 2015-11-17 09:49:21 -03:00
checkexpiration.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
claims.pl Bug 8438: Users can only claim for serials related to their branch. 2015-11-04 11:12:28 -03:00
create-numberpattern.pl
lateissues-export.pl
reorder_members.pl
routing-preview.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
routing.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
serial-issues.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
serials-collection.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
serials-edit.pl Bug 14969: (followup) Today's date withoute time when receiving 2015-11-17 15:35:57 -03:00
serials-home.pl
serials-search.pl
showpredictionpattern.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
subscription-add.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
subscription-bib-search.pl
subscription-detail.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
subscription-frequencies.pl
subscription-frequency.pl
subscription-history.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
subscription-numberpattern.pl
subscription-numberpatterns.pl
subscription-renew.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
viewalerts.pl