Bugzilla – Attachment 65201 Details for
Bug 18572
Improper branchcode set during OPAC renewal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18572: Remove AddRenewal parameter
Bug-18572-Remove-AddRenewal-parameter.patch (text/plain), 1.17 KB, created by
Jonathan Druart
on 2017-07-24 17:08:31 UTC
(
hide
)
Description:
Bug 18572: Remove AddRenewal parameter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-07-24 17:08:31 UTC
Size:
1.17 KB
patch
obsolete
>From aa11027a741448385b90d9c83a65b05ff137c4e7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 24 Jul 2017 14:04:06 -0300 >Subject: [PATCH] Bug 18572: Remove AddRenewal parameter > >--- > t/db_dependent/Circulation/issue.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/issue.t b/t/db_dependent/Circulation/issue.t >index c78c82ad91..5adb123665 100644 >--- a/t/db_dependent/Circulation/issue.t >+++ b/t/db_dependent/Circulation/issue.t >@@ -246,7 +246,7 @@ my $opac_renew_issue = $builder->build({ > } > }); > >-my $datedue4 = AddRenewal( $opac_renew_issue->{borrowernumber}, $opac_renew_issue->{itemnumber}, "Stavromula", $datedue1, $daysago10, 1 ); >+my $datedue4 = AddRenewal( $opac_renew_issue->{borrowernumber}, $opac_renew_issue->{itemnumber}, "Stavromula", $datedue1, $daysago10 ); > > $stat = $dbh->selectrow_hashref("SELECT * FROM statistics WHERE type = 'renew' AND borrowernumber = ? AND itemnumber = ? AND branch = ?", undef, $opac_renew_issue->{borrowernumber}, $opac_renew_issue->{itemnumber}, "Stavromula" ); > ok( $stat, "Bug 18572 - 'Bug 18572 - OpacRenewalBranch is now respected" ); >-- >2.11.0
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 18572
:
64596
|
64609
|
64610
|
65048
|
65123
|
65124
| 65201