[Koha-patches] [PATCH] [SIGNED-OFF] BZ6104: Modify item looses branch

2011-04-13 Thread Sophie Meynieux
From: Paul Poulain If the $value is provided by the item, use it, don't use the librarian branch ! Signed-off-by: Sophie Meynieux --- cataloguing/additem.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl index b2b1192..

[Koha-patches] [PATCH] Bug 3543: split NLM call numbers in label creator

2011-04-13 Thread Ian Walls
From: Jared Camins-Esakov Split NLM call numbers using the same rules as those used for Library of Congress call numbers. Signed-off-by: Ian Walls --- C4/Labels/Label.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm index 0ea2

[Koha-patches] [PATCH] Fix for Bug 6179, Extra column on fines in staff client

2011-04-13 Thread Owen Leonard
Template variable scope error fixes the column error. This patch also includes a fix for the column span error in the table footer. --- .../prog/en/modules/members/boraccount.tt | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tm

[Koha-patches] [PATCH] Bug 6181: Remove CGI Scolling lists from C4::Budgets

2011-04-13 Thread Colin Campbell
As noted on bug 766 more cases of usage of CGI::scrolling_list were imported into C4::Budgets Even if we were not trying to remove usage of this the C4 modules are not the place to generate markup Most of these routines are noise as they are not used in any current code but cause confusion and incr

[Koha-patches] [PATCH] [revised for TT] Follow-up fix for Bug 5952, Shows member relatives in issues list

2011-04-13 Thread Owen Leonard
- Moving columns around to match display of patron's own checkouts - Correcting terminology (issues, borrowers) - Hiding columns added in previous patch which do not display in the standard checkout list: materials, stock number, collection. If these are to be added they should be added to all

[Koha-patches] [PATCH] Fix for Bug 6183, "Cancel marked requests" button has become "Renew checked items"

2011-04-13 Thread Owen Leonard
Also includes a fixes for Bug 6168 (Can't delete holds from circulation page) and Bug 6105 (Cancel a reserve from moremember.pl doesn't work) --- .../prog/en/modules/circ/circulation.tt|4 ++-- .../prog/en/modules/members/moremember.tt | 11 --- 2 files changed,

[Koha-patches] [PATCH] Bug 5917 : Fixing a bug in the results page

2011-04-13 Thread Chris Cormack
--- .../prog/en/modules/catalogue/results.tt |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index f790fb6..8ed079c 100644 --- a/ko

Re: [Koha-patches] [PATCH] bug_4002: issues referential integrity

2011-04-13 Thread Galen Charlton
Hi, On Wed, Apr 13, 2011 at 1:17 AM, Srdjan Jankovic wrote: > +    $dbh->do("DELETE FROM issues WHERE NOT EXISTS (SELECT * FROM borrowers > WHERE borrowernumber = issues.borrowernumber)"); > +    $dbh->do("DELETE FROM issues WHERE NOT EXISTS (SELECT * FROM items WHERE > itemnumber = issues.item

Re: [Koha-patches] [PATCH] bug_4002: issues referential integrity

2011-04-13 Thread Srdjan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You are right Galen, will correct that. Cheers, Srdjan On 14/04/11 07:47, Galen Charlton wrote: > Hi, > > On Wed, Apr 13, 2011 at 1:17 AM, Srdjan Jankovic wrote: >> + $dbh->do("DELETE FROM issues WHERE NOT EXISTS (SELECT * FROM borrowers WHERE borr

[Koha-patches] [PATCH] bug_4002: issues referential integrity

2011-04-13 Thread Srdjan Jankovic
--- installer/data/mysql/kohastructure.sql | 12 +- installer/data/mysql/updatedatabase.pl | 33 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index e3c6f

[Koha-patches] [PATCH] Bug 5917 Trying to fix the js parsing for translation

2011-04-13 Thread Chris Cormack
Signed-off-by: Chris Cormack --- misc/translator/TmplTokenizer.pm | 23 +-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/misc/translator/TmplTokenizer.pm b/misc/translator/TmplTokenizer.pm index d54b7ca..f368369 100644 --- a/misc/translator/TmplTokenizer.p

[Koha-patches] [PATCH] Bug 6187 : Fixing template issue with opac-authoritesdetail.tt

2011-04-13 Thread Chris Cormack
--- .../prog/en/modules/opac-authoritiesdetail.tt |6 +++--- opac/opac-authoritiesdetail.pl |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/op

[Koha-patches] [PATCH] Bug 6188 : Gender not showing in the opac

2011-04-13 Thread Chris Cormack
--- .../opac-tmpl/prog/en/modules/opac-userupdate.tt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt index fcf7f0e..12fb53c 100644 --- a/koha-tmpl/opac-tmp

[Koha-patches] [PATCH] bug_6190: BorrowerUnwantedField syspref and removing fields from the patron entry

2011-04-13 Thread Srdjan Jankovic
--- admin/systempreferences.pl |1 + installer/data/mysql/en/mandatory/sysprefs.sql |1 + installer/data/mysql/updatedatabase.pl |7 ++ .../prog/en/modules/admin/preferences/patrons.pref |5 + .../prog/en/modules/help/members/memberentry.tt