Bugzilla – Attachment 49699 Details for
Bug 14364
Allow automatically canceled expired waiting holds to fill the next hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14364: (QA followup)
Bug-14364-QA-followup.patch (text/plain), 1.33 KB, created by
Nick Clemens (kidclamp)
on 2016-03-30 22:02:59 UTC
(
hide
)
Description:
Bug 14364: (QA followup)
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-03-30 22:02:59 UTC
Size:
1.33 KB
patch
obsolete
>From c717794f5515620ee4d0bd59c6fcc64f9d1632e2 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 30 Mar 2016 22:01:29 +0000 >Subject: [PATCH] Bug 14364: (QA followup) > > - Remove use of C4:Dates > - Fix misnamed variable >--- > C4/Reserves.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 11900fc..1f1a00f 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -2084,9 +2084,9 @@ sub _koha_notify_reserve { > module => 'reserves', > letter_code => 'HOLD_CHANGED', > branchcode => $reserve->{branchcode}, >- substitute => { today => C4::Dates->new()->output() }, >+ substitute => { today => dt_from_string() }, > tables => { >- 'branches' => $branch_details, >+ 'branches' => $library, > 'borrowers' => $borrower, > 'biblio' => $biblionumber, > 'reserves' => $reserve, >@@ -2096,7 +2096,7 @@ sub _koha_notify_reserve { > > my $email = > C4::Context->preference('ExpireReservesAutoFillEmail') >- || $branch_details->{'branchemail'} >+ || $library->{'branchemail'} > || C4::Context->preference('KohaAdminEmailAddress'); > > C4::Letters::EnqueueLetter( >-- >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 14364
:
39998
|
41236
|
45149
|
49699
|
49700
|
49822
|
52310
|
52311
|
52312
|
71148
|
80126
|
103297
|
105015
|
115427
|
115466
|
120494
|
120941
|
120942
|
128757
|
128758
|
128759
|
132019
|
132020
|
132021
|
133812
|
133923
|
133924
|
133925
|
133926
|
133927
|
133928
|
137927
|
137928
|
137929
|
137930
|
137931
|
137932