[Koha-bugs] [Bug 14870] Delete C4/Dates.pm from System

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 01:40:40 CET 2015


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |15076

--- Comment #23 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Looked a bit further:

1) C4/Serials.pm:$planneddate is a C4::Dates object.
- POD, should be corrected

2) misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl:use C4::Dates;
- Covered by bug 15076. We need to make a decision there.

3) serials/acqui-search-result.pl:use C4::Dates qw/format_date/;
- This one needs to be fixed, has a few date_format.

4) t/DateUtils.t:# C4::Dates allowed 00th of the month
- I think that can probably be ignored

Looking for format_date I find one more ocurrence:

5) C4/Log.pm:        $data->{day} = format_date($data->{timestamp});
- Looks like this was missed.

format_date_in_iso:

6) C4/Items.pm:        $datelastseen = format_date_in_iso($datelastseen);  

7) t/db_dependent/Items/GetItemsForInventory.t:        $datelastseen =
format_date_in_iso($datelastseen);

8) tools/koha-news.pl:            
#$new->{'expirationdate'}=format_date_in_iso($new->{'expirationdate'});


Referenced Bugs:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15076
[Bug 15076] Remove file misc/maintenance/fix_accountlines_date.pl
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list