IMPORTANT: BUGFIXING STATUSES
authorJoshua Ferraro <jmf@liblime.com>
Mon, 24 Dec 2007 19:33:51 +0000 (14:33 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 24 Dec 2007 19:34:44 +0000 (13:34 -0600)
commit2143002750feff4659308ad338334247d30fa75a
treec9831e5dd5b54a5eaf3fbbb35d2b61123e0a0765
parentec86f2bd77d3e09061adf42ccf287229153d933b
IMPORTANT: BUGFIXING STATUSES

Major bugfixes:
* Circulation status in moredetail.pl now correctly displays On loan
status and Date due
* Bugfixes on Status column in detail.pl
   * Removed hard-coded English strings from status column in detail.pl
      * Added missing auth values for lost and damaged statuses, sane
defaults if those auth
     values don't exist
        * Added missing 'On hold' status and 'Hold waiting' status
display

Medium bugfixes:
* Now correctly shows itemtype at level specified in systempreference
* Uses itemtypeimage for display, image title is full itemtype
description

* Fixed Location column concatenation between branchname location and
itemcallnumber
  * broke out Location (branch), Collection (items.location)
      Call Number (itemcallnumber) into their own columns
        * Added auth value display for items.location

Minor fixes:
* detail.pl didn't show dates correctly
* nomenclature s/Checked out/On loan/ in opac-detail.tmpl
* s/Book/Item/ in my $desc="Item Returned
".$iteminfo->{'barcode'}; in Circulation.pm
* request.tmpl: s/date_due/onloan/ to display date due
* Fixed SimilarItems, XISBNSimilarItems

NOTE: Needs to be ported to OPAC

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Circulation.pm
C4/XISBN.pm
catalogue/detail.pl
catalogue/moredetail.pl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl