From 69b96350f7de6e80b9623188e2e51c318a7dd502 Mon Sep 17 00:00:00 2001 From: arensb Date: Wed, 16 Oct 2002 12:49:00 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27b8acb26b..954ede25db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2002-10-16 Andrew Arensburger + + * koha-tmpl/opac-tmpl/default/en/opac-moredetail.tmpl, + koha-tmpl/opac-tmpl/default/en/opac-detail.tmpl, + koha-tmpl/intranet-tmpl/default/en/marcimport/marcimportdetail.tmpl, + koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl, + koha-tmpl/intranet-tmpl/default/en/catalogue/detail-opac.tmpl: + Added some FIXME comments. + + + * acqui.simple/marcimport.pl: Added a FIXME comment. + + * acqui.simple/bulkmarcimport.pl: Added some FIXME comments. + + * C4/Search.pm: Updated a FIXME comment. + + * C4/Catalogue.pm: Added and updated some FIXME comments. + + * C4/Biblio.pm: Added some FIXME comments. + + * search.pl: Added some FIXME comments. + + * moredetail.pl: C4::Acquisitions doesn't exist anymore. Replaced + with C4::Catalogue (presumably this is correct, because + &C4::Catalogue::getorder is exported, but &C4::Biblio::getorder + isn't). + Replaced an obviously-bogus assignment with a much more likely + string comparison. + + * detail.pl (bug fix): This was always displaying the OPAC results + page. Fixed by replacing an assignment with a string comparison. + + * deletebiblioitem.pl: Replaced nonexistent C4::Acquisitions with + C4::Biblio, since that's what was apparently intended. + + * delbiblio.pl: Removed reference to nonexistent C4::Acquisitions. + Added FIXME comment. + + * currency.pl: Added a FIXME comment. + + * addwebsite.pl: C4::Acquisitions doesn't exist anymore. Changed + it to C4::Catalogue, since that's what was apparently intended. + 2002-10-15 Andrew Arensburger * installer.pl (bug fix): Arguments to mkdir were in the wrong -- 2.39.2