[Koha-patches] [PATCH 01/11] MT3168 : Suggestion budget management

2010-03-26 Thread Henri-Damien LAURENT
budget were not saved and not correctly displayed Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/suggestion/suggestion.tmpl |4 ++-- suggestion/suggestion.pl | 13 +++-- 2 files changed, 9 insertions(+), 8

[Koha-patches] [PATCH 02/11] unconditional warning changed to if $DEBUG

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Search.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index cbe212f..82ae4e5 100644 --- a/C4/Search.pm +++

[Koha-patches] [PATCH 03/11] [MT3191] follow-up, removing warn

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- members/readingrec.pl |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/members/readingrec.pl b/members/readingrec.pl index 24fc15b..6c45619 100755 ---

[Koha-patches] [PATCH 05/11] (MT3174) acqui/neworderempty.pl: incrementing the quantity when adding an item

2010-03-26 Thread Henri-Damien LAURENT
From: Alex Arnaud alex.arn...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- koha-tmpl/intranet-tmpl/prog/en/js/additem.js |4 ++-- .../prog/en/modules/acqui/neworderempty.tmpl |2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[Koha-patches] [PATCH 07/11] [MT3171] budget limit not working

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com on a new order, the branch limits for the budgets where not managed properly if a budget had a limit on branch, it was not respected : the list displayed all budgets, including other branches than mine Signed-off-by: Henri-Damien LAURENT

[Koha-patches] [PATCH 06/11] removing warn logs

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- acqui/neworderempty.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 8b88f93..cde8653

[Koha-patches] [PATCH 08/11] [MT2783] removing AutoCommit=0, the last item is not commited

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com For an unknown reason, the last item batch updated is NOT updated. After investigating a LOT (more than 3 hours), it appears the problem comes from the AutoCommit=0 I tried to solve it, but failed. So I remove the AutoCommit=0 option. this result in

[Koha-patches] [PATCH 09/11] [MT3199] stocknumber not saved properly

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com if you have a marc field, mapped to items.stocknumber, it's not saved properly in items.stocknumber Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Items.pm |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[Koha-patches] [PATCH 10/11] Fixing updatedatabase DBRev 130 debarred

2010-03-26 Thread Henri-Damien LAURENT
call to selectall_arrayref was erroneous use call to selectcol_arrayref in order to do the updatedatabase Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- installer/data/mysql/updatedatabase.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Koha-patches] [PATCH 11/11] Bug Fixing opac/opac-readingrecord.pl

2010-03-26 Thread Henri-Damien LAURENT
There was some rebase issues on this script Fixing Error 500 two calls to $issues as an array ref where it is now a hash ref Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- opac/opac-readingrecord.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[Koha-patches] [PATCH] (BUG #4341) new order by creating a new record. collection title unsaved

2010-03-26 Thread Alex Arnaud
--- acqui/addorder.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acqui/addorder.pl b/acqui/addorder.pl index 48ae874..2ab5252 100755 --- a/acqui/addorder.pl +++ b/acqui/addorder.pl @@ -195,7 +195,7 @@ if ( $orderinfo-{quantity} ne '0' ) { {

[Koha-patches] [PATCH] (BUG #4342) should not be able to close an empty basket

2010-03-26 Thread Alex Arnaud
--- acqui/basket.pl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 5947b0b..cd67046 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -288,6 +288,7 @@ if ( $op eq 'delete_confirm' ) { my $total_est_gste =

[Koha-patches] [PATCH] Bug 2889 Remove toggle in boraccount display

2010-03-26 Thread Colin Campbell
Also remove the reverse column if no contents to be displayed ( otherwise looks like a markup error ) Rationalize the main loop now toggle not required --- .../prog/en/modules/members/boraccount.tmpl|6 ++- members/boraccount.pl | 60 +++

[Koha-patches] [PATCH] Remove some warnings in manual invoice/credit

2010-03-26 Thread Colin Campbell
--- C4/Accounts.pm|3 +-- members/mancredit.pl |5 - members/maninvoice.pl |5 - 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index bce9c19..c7e05bc 100644 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -454,7 +454,6 @@

[Koha-patches] [PATCH] Bug 3293, changes to the xslt files to fix the wrong type/icon showing for music scores. Courtesy of Bernardo Gonzalez Kriegel

2010-03-26 Thread Chris Cormack
--- .../prog/en/xslt/MARC21slim2OPACDetail.xsl |7 +-- .../prog/en/xslt/MARC21slim2OPACResults.xsl|7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl