---
C4/Circulation.pm |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/C4/Circulation.pm b/C4/Circulation.pm
index 85b848c..47f19f2 100644
--- a/C4/Circulation.pm
+++ b/C4/Circulation.pm
@@ -777,7 +777,7 @@ sub CanBookBeIssued {
elsif ($issue->{borrowernumber}) {
This adds a system preference controlled feature. This controls how
many returned items are shown on the check-in page.
---
admin/systempreferences.pl |1 +
circ/returns.pl|3 ++-
installer/data/mysql/en/mandatory/sysprefs.sql
This adds a feature and system preference: ceilingDueDate. If this is
set to a valid ( according to dateformat syspref ) date, then calculated
due dates will be less than this date.
---
C4/Circulation.pm |7 +++
admin/systempreferences.pl
Corrects case of "onclick" and creates new style for "send" link rather than
re-using inapplicable toolbar ID.
---
koha-tmpl/opac-tmpl/prog/en/css/opac.css |9 +
.../opac-tmpl/prog/en/modules/opac-shelves.tmpl| 10 +-
2 files changed, 14 insertions(+), 5 deleti
Quite right in both cases. Both of these features are two patches, and the
first contains the update to en/mandatory/sysprefs.sql. My lack of French
prevents me from adding the SQL to the other file. If someone would be so
kind as to translate the two strings for me I will correct and re-submit.
/circ/overdue.pl displays book's title & author.
This patch appends items.itemcallnumber after
title when available.
---
circ/overdue.pl| 17 ++---
.../prog/en/modules/circ/overdue.tmpl |2 +-
2 files changed, 15 insertions(+), 4 dele
---
acqui/spent.pl | 15 ++-
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/acqui/spent.pl b/acqui/spent.pl
index f73537b..c9c13ea 100755
--- a/acqui/spent.pl
+++ b/acqui/spent.pl
@@ -27,14 +27,19 @@ my ( $template, $loggedinuser, $cookie ) =
get_template_and_user(
Same comment here, that a new syspref should also be added to:
- installer/data/mysql/en/mandatory/sysprefs.sql
-
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
--Joe
On Wed, Feb 25, 2009 at 5:48 PM, Michael Hafen wrote:
> This is the database update to add t
Galen Charlton a écrit :
> Hi,
>
> On Thu, Mar 5, 2009 at 10:24 AM, Galen Charlton
> wrote:
>
>> From: Henri-Damien LAURENT
>>
>> Signed-off-by: Henri-Damien LAURENT
>> (cherry picked from commit 839c87a48cfc1aa3e37705fd7cc8d902d0b6bfb9)
>>
>> Signed-off-by: Galen Charlton
>>
>
> This p
I think this would require ceilingDueDate to be added to:
- installer/data/mysql/en/mandatory/sysprefs.sql
-
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
at the same time.
--Joe
On Wed, Feb 25, 2009 at 5:08 PM, Michael Hafen wrote:
> This updates the datab
Hi,
On Thu, Mar 5, 2009 at 10:24 AM, Galen Charlton
wrote:
> From: Henri-Damien LAURENT
>
> Signed-off-by: Henri-Damien LAURENT
> (cherry picked from commit 839c87a48cfc1aa3e37705fd7cc8d902d0b6bfb9)
>
> Signed-off-by: Galen Charlton
This patch had been pushed to 3.0.x but never submitted for
More than this minor change, this function needs complete documentation and
test cases to establish what it is *trying* to do, and that it does it
correctly.
---joe
On Thu, Feb 26, 2009 at 3:43 PM, Chris Nighswonger <
cnighswon...@foundations.edu> wrote:
> The current regexp used to split fictio
From: Nahuel ANGELINETTI
This patch add some codes which have been added to the norm:
* Religious Text
* dissertation or thesis
* booklet
(cherry picked from commit 673bd0d832c7aba6d8ef642bd420504eee2cc23b)
Signed-off-by: Galen Charlton
---
.../value_builder/unimarc_field_105.tmpl |
___
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches
From: Henri-Damien LAURENT
---
C4/Serials.pm | 15 ---
installer/data/mysql/kohastructure.sql |1 +
installer/data/mysql/updatedatabase.pl |7 +++
.../prog/en/modules/serials/subscription-add.tmpl |4
This patch add some codes which have been added to the norm:
* Religious Text
* dissertation or thesis
* booklet
---
.../value_builder/unimarc_field_105.tmpl | 46
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git
a/koha-tmpl/intranet-tmpl/prog/en/modu
16 matches
Mail list logo