Koha/C4
Galen Charlton 6a0a4e3900 avoid croak on latest CVS version of MARC::Record
The semantics of MARC::Record->delete_field() changed
slightly in the latest CVS version of MARC::Record.
delete_field() will now croak if passed an undef
scalar, while the version of MARC::Record from CPAN
accepts that input.  Since some packages of MARC::Record
in the wild appear to be based on the CVS version, not
the CPAN version, added a check where needed to avoid
the croak.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-01 06:44:07 -05:00
..
AuthoritiesMarc
Barcodes
ClassSortRoutine
Heading authority headings search: remove CCL metacharacters 2008-02-08 06:01:43 -06:00
OAI OAI-PMH second try 2008-02-27 09:02:20 -06:00
Search FRBR: added OPAC search result grouping option 2008-02-11 16:35:17 -06:00
SIP
tests
VirtualShelves fixing display of itemtypes and itemtype icons in virtual shelves 2008-03-17 20:12:38 -05:00
Accounts.pm created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
Acquisition.pm Change LateOrders to inclusive <=, s/supplier/vendor , s/parcel/shipment. 2008-04-01 06:37:00 -05:00
Amazon.pm IMPORTANT: Upgrading to Amazon.com Associates Web Service 4.0 2008-03-16 12:27:55 -05:00
Auth.pm Correction to prevent js error when table has no data. 2008-04-01 06:41:11 -05:00
Auth_with_ldap.pm
AuthoritiesMarc.pm bug fix : 1804 : Now empty authorities and empty search return results. 2008-03-21 21:45:14 -05:00
BackgroundJob.pm
Biblio.pm avoid croak on latest CVS version of MARC::Record 2008-04-01 06:44:07 -05:00
Bookfund.pm
Bookseller.pm acqui/addorder.pl - use reliable GetBookSellerFromId instead of relying on name search. 2008-03-08 11:19:27 -06:00
Boolean.pm
Branch.pm
Breeding.pm IMPORTANT - refactor MARC character set handling 2008-02-03 07:23:56 -06:00
Calendar.pm removed warns 2008-03-15 08:36:40 -05:00
Charset.pm added StripNonXmlChars to C4::Charset 2008-02-08 20:22:42 -06:00
Circulation.pm refactor C4::Log::logaction 2008-03-19 06:34:10 -05:00
ClassSortRoutine.pm
ClassSource.pm
Context.pm IMPORTANT: clean up after Z39.50 connections 2008-03-04 04:48:01 -06:00
Date.pm
Dates.pm removed compile-time dep on a valid $dbh from C4::Dates 2008-03-04 22:25:04 -06:00
Debug.pm C4::Debug - should resolve conflict w/ CGI upload. Debug no longer uses CGI. 2008-03-16 08:32:20 -05:00
Heading.pm improve authority heading matching (partial fix for 1905) 2008-03-04 04:48:00 -06:00
ImportBatch.pm Partial commit to add Create-Label-Batch-from-Import-Batch 2008-03-17 21:32:30 -05:00
Input.pm
Items.pm refactor C4::Log::logaction 2008-03-19 06:34:10 -05:00
Koha.pm don't show library facet if singleBranchMode is ON 2008-03-20 08:40:57 -05:00
Labels.pm More work on patron card generation feature 2008-04-01 06:42:38 -05:00
Languages.pm fixes bug 1924: Language selection lists English only and that several times. 2008-03-18 00:10:48 -05:00
Letters.pm refactor C4::Log::logaction 2008-03-19 06:34:10 -05:00
Log.pm refactor C4::Log::logaction 2008-03-19 06:34:10 -05:00
Maintainance.pm
Matcher.pm
Members.pm use bind variables in GetBorrowersWhoHaveNotBorrowedSince query 2008-03-19 11:08:56 -05:00
NewsChannels.pm
Output.pm Removing extra warn 2008-02-03 07:23:37 -06:00
Overdues.pm refactor C4::Log::logaction 2008-03-19 06:34:10 -05:00
Print.pm
Record.pm DC XML export - declare encoding 2008-02-16 11:29:15 -06:00
Reports.pm partial bugfix for 1534: Guided reports returning only the first ten results 2008-02-29 11:59:35 -06:00
Reserves.pm Add print slip to hold confirmation dialog. 2008-03-25 07:20:25 -05:00
Review.pm
Scheduler.pm
Search.pm Experimental XSLT-based display of results and details pages To enable, create two new YesNo sysprefs: XSLTDetailsDisplay and XSLTResultsDisplay, and set them to ON. Feature to be expanded in a future version, this experimental code is for proof of concept only and doesn't introduce any changes if sysprefs are not created. 2008-03-21 21:49:04 -05:00
Serials.pm refactor C4::Log::logaction 2008-03-19 06:34:10 -05:00
SMS.pm SMS - widespread cleanup and moving code away from Cyprus/Turkey-specific implementation. Much more needed. 2008-02-06 23:19:30 -06:00
Stats.pm
Suggestions.pm Some reworking of suggestions management interface in preparation for tackling hdl's proposal of wider scope. Includes change to Suggestions.pm to enable passing of borrowernumber to the template. 2008-03-21 21:45:15 -05:00
UploadedFile.pm
Utils.pm
VirtualShelves.pm Shelves - fixup display, in particular intranet side 2008-02-22 21:49:06 -06:00
XISBN.pm don't include the item itself as an edition 2008-03-18 10:40:30 -05:00
XSLT.pm Experimental XSLT-based display of results and details pages To enable, create two new YesNo sysprefs: XSLTDetailsDisplay and XSLTResultsDisplay, and set them to ON. Feature to be expanded in a future version, this experimental code is for proof of concept only and doesn't introduce any changes if sysprefs are not created. 2008-03-21 21:49:04 -05:00
Z3950.pm