[Koha-patches] [PATCH] (BUG #4521) aqbudgets.pl - Transform undefined budget spent value to 0.00 value

2010-05-18 Thread Alex Arnaud
This patch tranform the undefined value of budget spent to a money value which equals 0.00. --- admin/aqbudgets.pl |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/admin/aqbudgets.pl b/admin/aqbudgets.pl index 8c6d2b4..569124a 100755 --- a/admin/aqbudgets.pl +++

[Koha-patches] [PATCH] Display item type description when no image is available

2010-05-18 Thread Frédéric Demians
On OPAC search result page, when item type is at biblio level, biblio item type is displayed in resultset table 2nd column. If an icon is linked to an itemtype, the icon is displayed. When no icon is available, item type description was displayed in 3.0 but not anymore in 3.2. This patch get it

[Koha-patches] [PATCH] Bug 4510 Script processes single supplier not an array

2010-05-18 Thread Colin Campbell
Script was written as though it had an array rather than a single supplier. Replaced the excess punctuation with a single supplier variable replaced the C-style currency loop with a simpler perl-style one Changed variable name $GST to $tax it's not magical and not a constant and we all know what

[Koha-patches] [PATCH] (bug #4523) possibility to show / hide the filters menu

2010-05-18 Thread Alex Arnaud
--- .../prog/en/modules/admin/aqbudgets.tmpl | 24 +++ 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl index fdb7410..0017e5e

[Koha-patches] [PATCH] Remove obsolete variables from basket.pl

2010-05-18 Thread Colin Campbell
basket.pl calculates variables i, odd and count which are no longer used in the template removing them allows some simplification of the main loop and cuts out on an extra db call Loop through basketgroups also made more readable Try to dimish the number of undef warnings filling the logs ---

[Koha-patches] [PATCH] Alternate fix for Bug 2981, removing onclick redirect

2010-05-18 Thread Owen Leonard
--- circ/circulation.pl |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 4b67920..ac00ab0 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -524,7 +524,6 @@ if ($borrowerslist) { -id =

[Koha-patches] [PATCH] On OPAC detail page, display itemtype image and description

2010-05-18 Thread Frédéric Demians
When item type is at biblio level, item type image or description is displayed on search result page. It used to be also displayed on detail page but it isn't the case anymore in 3.2. This patch restore displaying item type image/description when XSLT is enabled/disabled. ---

[Koha-patches] [PATCH] Bug 4525: Invalid XHTML in currency.tmpl.

2010-05-18 Thread Garry Collum
--- .../prog/en/modules/admin/currency.tmpl|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl index 97f6399..e19e5e2 100644 ---

[Koha-patches] [PATCH 2/2] Fixes bug 4481: Limit to Available filters out many available items.

2010-05-18 Thread Ian Walls
From: Ian Walls ian.wa...@med.nyu.edu --- C4/Search.pm | 25 - 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index 229ee40..e7c9c76 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1256,21 +1256,20 @@ sub buildQuery {

[Koha-patches] [PATCH] Support newlines in the notes field when displaying

2010-05-18 Thread Robin Sheat
--- catalogue/detail.pl |3 +++ opac/opac-detail.pl |4 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index 85819c0..c3c3c74 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -93,6 +93,9 @@ my $marcseriesarray =