Koha/C4
Ryan Higgins 988f66390b Update labels formatstring parse to pick the correct item tag from MARC data.
This patch allows use of "952a" e.g. in labels format string, getting the item-level
data from the correct MARC tag.  Previously it just grabbed the data from the first item tag.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-08-10 16:18:10 -05:00
..
AuthoritiesMarc
Barcodes Barcodes - OO replacements, extensible module, tests. 2008-07-04 09:22:22 -05:00
ClassSortRoutine
External
Heading bug 2479: allow MARC21 bib 440 to link to authorities 2008-08-06 14:49:55 -05:00
Members Bug 2176 (2/5): adding patron interface to update messaging preferences 2008-06-20 13:04:50 -05:00
OAI OAI package handle correctly unicode content 2008-07-02 12:25:32 -05:00
Search
SIP Interactive tests for SIP abstraction representation and Members. 2008-06-25 11:45:30 -05:00
tests
VirtualShelves kohabug 2456 Moving certain C4::VirtualShelves.pm subs from EXPORT 2008-08-04 15:26:52 -05:00
Accounts.pm Update longoverdue.pl cron job to manage setting lost values. 2008-08-10 15:54:29 -05:00
Acquisition.pm bugfix for #2472 2008-08-06 07:14:01 -05:00
Amazon.pm fix for 2322: Failure to reach amazon.com to retrieve enhanced content causes fatal error in Koha 2008-07-08 16:31:04 -05:00
Auth.pm bug 2459: fix module depedency error blocking SIP2 2008-08-04 15:26:54 -05:00
Auth_with_ldap.pm Bugfix LDAP config to play nice with Zebra. 2008-06-16 15:37:13 -05:00
AuthoritiesMarc.pm commented out unconditional warns 2008-08-09 11:05:57 -05:00
BackgroundJob.pm
Barcodes.pm Barcodes - OO replacements, extensible module, tests. 2008-07-04 09:22:22 -05:00
Biblio.pm Bug Fixing merge_authority.pl 2008-08-09 11:05:53 -05:00
Bookfund.pm
Bookseller.pm Refine lateorders - error feedback, filter independence 2008-07-18 13:23:51 -05:00
Boolean.pm
Branch.pm
Breeding.pm
Calendar.pm
Charset.pm
Circulation.pm fix for bug 1551: Renewing doesn't move item... 2008-07-16 18:26:16 -05:00
ClassSortRoutine.pm
ClassSource.pm
Context.pm C4::Context::import reloaded 2008-07-31 22:41:32 -05:00
Dates.pm
Debug.pm
Heading.pm
ImportBatch.pm bug 2423: actually ignore already-imported records 2008-07-31 23:01:40 -05:00
Input.pm
Installer.pm bug: 2176 improvements to database upgrade path 2008-06-20 17:47:36 -05:00
Items.pm kohabug 2427 Correcting C4::Items:: _koha_new_item to populate items.copynumber 2008-08-08 06:10:26 -05:00
Koha.pm Bug 1953 [6/6]: adding pod documentation for C4::Koha::displayServers 2008-07-30 03:45:24 -05:00
Labels.pm Update labels formatstring parse to pick the correct item tag from MARC data. 2008-08-10 16:18:10 -05:00
Languages.pm Fix for 2184 2008-07-14 08:39:14 -05:00
Letters.pm Fix for 2492: Mail::Sendmail chokes on utf-8 [ process_message_queue.pl ] 2008-08-10 14:42:47 -05:00
Log.pm
Maintainance.pm
Matcher.pm bug 1980: updateing calls to SimpleSearch to limit number of things returned 2008-07-10 09:11:24 -05:00
Members.pm 2433: Cannot apply manual credits with an item number 2008-08-09 12:56:04 -05:00
NewsChannels.pm
Output.pm Bugfix pagination_bar to work with only one param/value pair. 2008-07-10 09:11:44 -05:00
Overdues.pm Update fines cronjob: remove redundant scripts, remove some superfluous code in remaining fines.pl. 2008-08-10 13:06:52 -05:00
Print.pm clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
Record.pm
Reports.pm kohabug 2458 Disallowing non-SELECT SQL in reports module 2008-08-08 10:52:34 -05:00
Reserves.pm Further update to allow notforloan < 0 items to be placed on hold. This is a workaround for the lack of a notforhold flag. 2008-07-10 15:40:06 -05:00
Review.pm minor cleanup, remove $sth->finish's. No documentation impact. 2008-05-30 10:01:06 -05:00
Scheduler.pm kohabug 1993 - task scheduler improvements 2008-06-09 06:38:03 -05:00
Scrubber.pm
Search.pm Partial fix for 2446: single word queries that were stopwords 2008-08-08 14:09:52 -05:00
Serials.pm Bug fixing : 2470 Serials forgetting library 2008-08-06 09:35:44 -05:00
SMS.pm bug 2275: making SMS::Send module optional 2008-07-04 09:22:27 -05:00
Stats.pm
Suggestions.pm
Tags.pm Bug 2279: TagsModeration effectiveness restored. 2008-07-22 15:45:04 -05:00
UploadedFile.pm
Utils.pm
VirtualShelves.pm bug 2459: fix module depedency error blocking SIP2 2008-08-04 15:26:54 -05:00
XISBN.pm Bug 2410: Can't use string ("0") as an ARRAY ref while "strict refs" in use at detail.pl line 219 2008-08-09 08:01:14 -05:00
XSLT.pm bug 2248 [2/2]: import item status display in search results 2008-06-20 17:47:04 -05:00
Z3950.pm