Koha/C4
Joshua Ferraro d2cb0a20de Fixes to two issues with status display on OPAC:
1. rather than testing for notforloan == -1, test for any negative values to set the On order status
2. in cases where itemcallnumber is blank or null, don't display the itemcallnumber brackets []

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-02-09 14:36:56 -06:00
..
AuthoritiesMarc
Barcodes bug 2509: fix file permissions 2008-08-21 18:55:02 -05:00
ClassSortRoutine
External Bug 2400 [15/18]: fixing pod syntax in C4/External/BakerTaylor.pm 2008-08-12 19:42:37 -05:00
Heading bug 2479: allow MARC21 bib 440 to link to authorities 2008-08-06 14:49:55 -05:00
Members POD for C4::Members::Messaging 2009-02-04 13:55:14 -06:00
OAI bug 2509: fix file permissions 2008-08-21 18:55:02 -05:00
Reports fix for bug 2543: report output by tabulation a bit too literal 2008-10-23 11:44:28 -05:00
Search
SIP Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
tests
VirtualShelves Bug 2940 - private shelf (list) display error on 2nd and subsequent pages. 2009-02-09 14:28:52 -06:00
Accounts.pm bug: chargelostitem() didn't unset onloan on the item record. 2008-10-05 21:01:24 -05:00
Acquisition.pm Bug 2400 [1/18]: fixing pod syntax in C4/Acquisitions.pm 2008-08-12 19:39:13 -05:00
Amazon.pm fix POD error introduced in last patch 2008-12-01 11:13:35 -06:00
Auth.pm Remove hardcoded "Freelist" line from Auth. 2008-10-01 12:21:49 -05:00
Auth_with_ldap.pm bug fix : 2805 2008-11-18 16:46:32 -06:00
AuthoritiesMarc.pm commented out unconditional warns 2008-08-09 11:05:57 -05:00
BackgroundJob.pm
Barcodes.pm bug 2509: fix file permissions 2008-08-21 18:55:02 -05:00
Biblio.pm GetMarcFromKohaField needs 2 args, or there's no point. 2009-02-09 14:15:03 -06:00
Bookfund.pm
Bookseller.pm Bug 2419: require Exporter 2008-08-27 09:51:18 -05:00
Boolean.pm
Branch.pm bug 1953: fixing potential SQL injection problems in C4::Branch::GetBranches 2008-05-12 15:07:17 -05:00
Breeding.pm
Calendar.pm followup to Calendar overhaul 2008-10-23 12:35:11 -05:00
Category.pm remove editor settings 2009-02-04 14:47:42 -06:00
Charset.pm Improve C4::Charset::MarcToUTF8Record performance 2008-11-06 15:53:29 -06:00
Circulation.pm bug 341: Use the Right Branch 2009-02-04 14:00:46 -06:00
ClassSortRoutine.pm
ClassSource.pm
Context.pm bug 2505: more warnings fixes in C4/Context.pm 2009-01-09 12:17:49 -06:00
Dates.pm Bug 2842: ->regexp('syspref') failed for users of iso dateformat. 2009-01-06 20:24:46 -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 Porting SimpleSearch return changes to all code calling it. 2008-04-17 05:52:45 -05:00
ImportBatch.pm fixes SQL typo and return value in GetImportBatchStatus() 2009-02-02 08:20:57 -06:00
Input.pm
Installer.pm Bug 2775: adding method to clean syspref cache in C4::Context 2008-11-11 15:59:00 -06:00
ItemCirculationAlertPreference.pm remove editor settings 2009-02-04 14:47:42 -06:00
Items.pm tweak Inventory tool and sub in C4/Items so call number min and max are not required 2009-02-09 13:53:07 -06:00
ItemType.pm remove editor settings 2009-02-04 14:47:42 -06:00
Koha.pm Minor cleanup, updated POD. 2008-09-09 10:53:04 -05:00
Labels.pm Labels Cleanup (Part 1 of Many) 2008-12-31 15:56:11 -06:00
Languages.pm Fix for 2184 2008-07-14 08:39:14 -05:00
Letters.pm bug 324: Setting to_address 2009-02-04 14:00:18 -06:00
Log.pm Bug 2400 [3/18]: fixing pod syntax in C4/Log.pm 2008-08-12 19:39:41 -05:00
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 followup to patch for bug 2900 2009-01-08 14:19:09 -06:00
Message.pm remove editor settings 2009-02-04 14:47:42 -06:00
NewsChannels.pm Bug 2400 [12/18]: fixing pod syntax in C4/NewsChannels.pm 2008-08-12 19:41:38 -05:00
Output.pm Bugfix pagination_bar to work with only one param/value pair. 2008-07-10 09:11:44 -05:00
Overdues.pm Fines fixes: apparent problems with fines prevent processing. 2008-08-29 20:31:41 -05:00
Print.pm Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
Record.pm fixed MODS biblio export on a "standard" install 2008-04-01 06:46:08 -05:00
Reports.pm fix for bug 2543: report output by tabulation a bit too literal 2008-10-23 11:44:28 -05:00
Reserves.pm Add holds policies 2009-01-16 08:21:07 -06:00
Review.pm minor cleanup, remove $sth->finish's. No documentation impact. 2008-05-30 10:01:06 -05:00
Scheduler.pm Bug 2400 [2/18]: fixing pod syntax in C4/Scheduler.pm 2008-08-12 19:39:23 -05:00
Scrubber.pm Unescape Comment, now that we trust Scrubber to block bad markup. 2008-05-29 06:30:51 -05:00
Search.pm GetMarcFromKohaField needs 2 args, or there's no point. 2009-02-09 14:15:03 -06:00
Serials.pm Bug 2400 [6/18]: fixing pod syntax in C4/Serials.pm 2008-08-12 19:40:30 -05:00
SMS.pm Bug 2400 [5/18]: fixing pod syntax in C4/SMS.pm 2008-08-12 19:40:03 -05:00
Stats.pm
Suggestions.pm modification to show the library and not the username of the person at OPAC. 2008-09-02 16:24:29 -05:00
Tags.pm Bug 2279: TagsModeration effectiveness restored. 2008-07-22 15:45:04 -05:00
UploadedFile.pm
Utils.pm
VirtualShelves.pm (bug #2908) adding send shelf by e-mail feature 2009-01-12 15:51:59 -06: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 Fixes to two issues with status display on OPAC: 2009-02-09 14:36:56 -06:00
Z3950.pm Z3950.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:50 -06:00