Koha/C4
Galen Charlton 2ccb547118 partial fix for bug 1417
The Notes field should now be displayed correctly
when editing an order - the query in GetOrder
was modified to have aqorder's notes column
appear last, which means that it is the one
selected for the data hash (instead of biblio.notes
or biblioitems.notes).

This is an ugly fix - GetOrder needs to be
refactored so that it doesn't depend on
selecting all columns from several different
tables.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:20 -05:00
..
AuthoritiesMarc added C4/AuthoritesMarc/*.pm missed in previous patch 2008-01-04 19:08:30 -06:00
Barcodes PrinterConfig.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:21 -06:00
ClassSortRoutine ignore "/" when sorting Dewey call numbers 2007-10-23 18:24:29 -05:00
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 Changing CanBookBeRenewed to pass back the reason a renewal cannot proceed 2008-01-08 16:13:20 -06:00
tests Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
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 partial fix for bug 1417 2008-03-21 21:45:20 -05:00
Amazon.pm IMPORTANT: Upgrading to Amazon.com Associates Web Service 4.0 2008-03-16 12:27:55 -05:00
Auth.pm Fix to enable OPACUserCSS preference (allows user to add CSS globally in the OPAC via an embedded style block) 2008-03-19 15:46:21 -05:00
Auth_with_ldap.pm Perldoc fixes - Auth_with_ldap.pm and Log.pm 2007-12-13 19:00:35 -06:00
AuthoritiesMarc.pm bug fix : 1804 : Now empty authorities and empty search return results. 2008-03-21 21:45:14 -05:00
BackgroundJob.pm C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Biblio.pm refactor C4::Log::logaction 2008-03-19 06:34:10 -05:00
Bookfund.pm bug-1494, fixed bookfund modify code 2007-11-01 17:27:55 -05:00
Bookseller.pm acqui/addorder.pl - use reliable GetBookSellerFromId instead of relying on name search. 2008-03-08 11:19:27 -06:00
Boolean.pm Boolean.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:24 -06:00
Branch.pm Removing replace statement from C4::Branch as per bug 1546 2008-01-08 19:23:41 -06:00
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 call number work part 2 -- added framework for call number filing routines 2007-10-21 22:11:37 -05:00
ClassSource.pm call number work part 3 -- now using new routines to generate call number sort keys 2007-10-21 22:11:40 -05:00
Context.pm IMPORTANT: clean up after Z39.50 connections 2008-03-04 04:48:01 -06:00
Date.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
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 Input.pm - perldoc correction 2007-12-27 17:21:07 -06:00
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 Mod C4::Labels::add_batch to accept an array of items. 2008-03-17 21:32:31 -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 rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Matcher.pm Matcher.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:33 -06:00
Members.pm use bind variables in GetBorrowersWhoHaveNotBorrowedSince query 2008-03-19 11:08:56 -05:00
NewsChannels.pm NewsChannels.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:36 -06:00
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 Print.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:39 -06:00
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 created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
Review.pm Fix for bug 1624 2008-01-09 14:49:48 -06:00
Scheduler.pm Scheduler.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:45 -06:00
Search.pm Search.pm - minor cleanup 2008-03-16 08:40:39 -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 Work in progress, working on the til reconciliation report 2008-01-07 20:49:16 -06:00
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 C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Utils.pm Big LDAP changes, module test for Context.pm, still more yet to come. 2007-12-04 17:27:06 -06:00
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
Z3950.pm Z3950.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:50 -06:00