Bugzilla – Attachment 22825 Details for
Bug 11218
Due notices broken / not generated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11218: QA follow-up - Fixing some whitespace and a variable declaration
Bug-11218-QA-follow-up---Fixing-some-whitespace-an.patch (text/plain), 1.13 KB, created by
Kyle M Hall (khall)
on 2013-11-08 14:36:06 UTC
(
hide
)
Description:
Bug 11218: QA follow-up - Fixing some whitespace and a variable declaration
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-11-08 14:36:06 UTC
Size:
1.13 KB
patch
obsolete
>From fdfc78974fdd3b3fdfefb7db2f865bb852ca8f9c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 8 Nov 2013 08:33:29 +0100 >Subject: [PATCH] Bug 11218: QA follow-up - Fixing some whitespace and a variable declaration > >Fixing some things the QA script pointed out this morning: > >- whitespace >- variable declaration > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Circulation.t | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index 3b2f7d6..a6a8e15 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -397,7 +397,7 @@ C4::Context->dbh->do("DELETE FROM accountlines"); > > # Bug 11218 - Due notices not generated - GetUpcomingDueIssues needs to select due today items as well > >- my $datedue2 = AddIssue( $a_borrower, $barcode3, $today ); >+ my $datedue3 = AddIssue( $a_borrower, $barcode3, $today ); > > $upcoming_dues = C4::Circulation::GetUpcomingDueIssues( { days_in_advance => -1 } ); > is ( scalar ( @$upcoming_dues), 0, "Overdues can not be selected" ); >-- >1.7.2.5
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 11218
:
22795
|
22796
|
22799
|
22802
|
22803
|
22804
|
22823
|
22824
| 22825 |
27531