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..
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
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
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
- 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
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,
---
.../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
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
-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
---
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
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
---
.../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
---
.../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
---
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
14 matches
Mail list logo