Bugzilla – Attachment 63144 Details for
Bug 15705
Notify the user on auto renewing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15705 (QA Followup) Remove unused variable, fix typo and add due date to notice
Bug-15705-QA-Followup-Remove-unused-variable-fix-t.patch (text/plain), 1.61 KB, created by
Nick Clemens (kidclamp)
on 2017-05-04 17:31:07 UTC
(
hide
)
Description:
Bug 15705 (QA Followup) Remove unused variable, fix typo and add due date to notice
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-05-04 17:31:07 UTC
Size:
1.61 KB
patch
obsolete
>From 24819e2c89c3e7b14049eeafc20bdc4473d813aa Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 4 May 2017 13:22:29 -0400 >Subject: [PATCH] Bug 15705 (QA Followup) Remove unused variable, fix typo and > add due date to notice > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_15705.sql | 2 +- > misc/cronjobs/automatic_renewals.pl | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_15705.sql b/installer/data/mysql/atomicupdate/bug_15705.sql >index 35439f1..c6f8c17 100644 >--- a/installer/data/mysql/atomicupdate/bug_15705.sql >+++ b/installer/data/mysql/atomicupdate/bug_15705.sql >@@ -19,5 +19,5 @@ It\'s too late to renew this checkout. > You have too much unpaid fines. > [% END %] > [% ELSE %] >-The following item [% biblio.title %] as correctly been renewed. >+The following item [% biblio.title %] has correctly been renewed and is now due [% checkout.date_due %] > [% END %]", 'email'); >diff --git a/misc/cronjobs/automatic_renewals.pl b/misc/cronjobs/automatic_renewals.pl >index e0b4447..1906301 100755 >--- a/misc/cronjobs/automatic_renewals.pl >+++ b/misc/cronjobs/automatic_renewals.pl >@@ -99,7 +99,6 @@ while ( my $auto_renew = $auto_renews->next ) { > if ( $send_notices ) { > for my $borrowernumber ( keys %report ) { > my $patron = Koha::Patrons->find($borrowernumber); >- my @issues; > for my $issue ( @{ $report{$borrowernumber} } ) { > my $item = Koha::Items->find( $issue->itemnumber ); > my $letter = C4::Letters::GetPreparedLetter( >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15705
:
47470
|
47471
|
47472
|
50336
|
50337
|
50338
|
50341
|
50342
|
50344
|
50345
|
50346
|
50680
|
50681
|
50682
|
50683
|
50732
|
50733
|
56756
|
56757
|
56758
|
56759
|
56760
|
56798
|
56799
|
56981
|
56983
|
57741
|
57742
|
57743
|
57744
|
57745
|
57746
|
57747
|
61080
|
61081
|
61082
|
61083
|
61084
|
61085
|
61086
|
61495
|
61496
|
61497
|
61498
|
61499
|
61500
|
61501
|
61739
|
62072
|
63036
|
63037
|
63138
|
63139
|
63140
|
63141
|
63142
|
63143
| 63144