[Koha-patches] [PATCH] (bug #3329) Dependency missing in inventory.pl

2009-06-15 Thread Nahuel ANGELINETTI
The called function AddReturn is in C4::Circulation which is not loaded, this patch do it. --- tools/inventory.pl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/inventory.pl b/tools/inventory.pl index 8a9d44f..a6c8dc3 100755 --- a/tools/inventory.pl +++

[Koha-patches] [PATCH] [HEAD] Use strftime to format sessionlog times

2009-06-15 Thread MJ Ray
--- C4/Auth.pm |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index f26825d..afe5fbf 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -28,6 +28,7 @@ use C4::Members; use C4::Koha; use C4::Branch; # GetBranches use C4::VirtualShelves; +use

[Koha-patches] [PATCH] Fix an unstranslatable string in JavaScript

2009-06-15 Thread Frédéric Demians
For an explanation, see: http://wiki.koha.org/doku.php?id=en:development:codingguidelines#translatable_text This bug blocks entirely serials module. It isn't possible to create/edit a subscription. Brocken JavaScript prevents Search for a vendor and Search for Biblio dialog box to pop-up. ---

[Koha-patches] [PATCH] Fix bug 3330 - Report notes modification

2009-06-15 Thread Frédéric Demians
--- C4/Reports/Guided.pm |5 +++-- .../en/modules/reports/guided_reports_start.tmpl |1 + reports/guided_reports.pl |6 -- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/C4/Reports/Guided.pm

Re: [Koha-patches] [PATCH] Bug 3317: Author displaying inconsistently or not at all in Cart.

2009-06-15 Thread Galen Charlton
Hi Garry, On Sun, Jun 14, 2009 at 5:43 PM, Garry Collumgcol...@gmail.com wrote: This patch fixes the author and added author fields for the 'More Details' view of opac-basket.tmpl. +        !-- TMPL_IF EXPR=MARCAUTHORS || author -- I will push this patch, but the above EXPR can result in

[Koha-patches] [PATCH] Add MARC21 Fast-add Framework.

2009-06-15 Thread Ryan Higgins
Development is in progress for brief records in Koha; until that's done, this framework can be used to add a minimal record. Created by debra.dena...@liblime.com --- .../marc21/optional/marc21_fastadd_framework.sql | 138 .../marc21/optional/marc21_fastadd_framework.txt