Bugzilla – Attachment 40208 Details for
Bug 14155
Placing holds via ILSDI bypass some checks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
(fix typo) AddBiblio call in Reserves.t
fix-typo-AddBiblio-call-in-Reservest.patch (text/plain), 1.07 KB, created by
Indranil Das Gupta
on 2015-06-17 04:34:43 UTC
(
hide
)
Description:
(fix typo) AddBiblio call in Reserves.t
Filename:
MIME Type:
Creator:
Indranil Das Gupta
Created:
2015-06-17 04:34:43 UTC
Size:
1.07 KB
patch
obsolete
>From 78ccd43781057421e8108d925bc69e34d84ccbb3 Mon Sep 17 00:00:00 2001 >From: Indranil Das Gupta <indradg@gmail.com> >Date: Wed, 17 Jun 2015 09:58:33 +0530 >Subject: [PATCH] (fix typo) AddBiblio call in Reserves.t > >Fix for the typo, it read : > >my ($broken_id, $title, $bibitemnum) = AddBiblio($miniaturist, ''); > >it should read : > >my ($broken_id, $title, $bibitemnum) = AddBiblio($broken, ''); > >http://bugs.koha-community.org/show_bug.cgi?id=14155 >--- > t/db_dependent/Reserves.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t >index 94be823..635fdce 100755 >--- a/t/db_dependent/Reserves.t >+++ b/t/db_dependent/Reserves.t >@@ -110,7 +110,7 @@ else { > MARC::Field->new('245', '', '', a => $title), > ); > } >-my ($broken_id, $title, $bibitemnum) = AddBiblio($miniaturist, ''); >+my ($broken_id, $title, $bibitemnum) = AddBiblio($broken, ''); > > # Create a helper item instance for testing > my ($item_bibnum, $item_bibitemnum, $itemnumber) = AddItem({ homebranch => 'CPL', holdingbranch => 'CPL' } , $bibnum); >-- >1.9.1
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 14155
:
38884
|
40170
|
40174
|
40175
|
40176
|
40208
|
40210
|
40239
|
40240
|
40241
|
44047
|
44048
|
44049
|
44050
|
44064