Bug 11218: (follow-up) fix 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> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
a8bc7c9ef8
commit
1528a6deda
1 changed files with 1 additions and 1 deletions
|
@ -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" );
|
||||
|
|
Loading…
Reference in a new issue