Bugzilla – Attachment 47721 Details for
Bug 14097
Add unit tests to C4::UsageStats
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14097 : Changing AddReserve prototype call
Bug-14097--Changing-AddReserve-prototype-call.patch (text/plain), 1.18 KB, created by
Indranil Das Gupta
on 2016-02-06 03:29:09 UTC
(
hide
)
Description:
Bug 14097 : Changing AddReserve prototype call
Filename:
MIME Type:
Creator:
Indranil Das Gupta
Created:
2016-02-06 03:29:09 UTC
Size:
1.18 KB
patch
obsolete
>From 722a1701eb6e970c21bc2accdcbc28039c63bdf9 Mon Sep 17 00:00:00 2001 >From: Julian FIOL <julian.fiol@biblibre.com> >Date: Mon, 24 Aug 2015 13:51:16 +0200 >Subject: [PATCH] Bug 14097 : Changing AddReserve prototype call > >In response of Joubu comment #19 > >Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com> >--- > t/db_dependent/UsageStats.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/UsageStats.t b/t/db_dependent/UsageStats.t >index 2d92e79..58a7be7 100644 >--- a/t/db_dependent/UsageStats.t >+++ b/t/db_dependent/UsageStats.t >@@ -288,7 +288,7 @@ sub construct_objects_needed { > my $issue_id1 = $dbh->last_insert_id( undef, undef, 'old_issues', undef ); > > # ---------- Add 1 old_reserves >- AddReserve( $branchcode, $borrowernumber1, $biblionumber1, 'a', '', 1, undef, undef, '', 'Title', undef, undef ); >+ AddReserve( $branchcode, $borrowernumber1, $biblionumber1, '', 1, undef, undef, '', 'Title', undef, undef ); > my $reserves1 = GetReservesFromBiblionumber( { biblionumber => $biblionumber1 } ); > my $reserve_id1 = $reserves1->[0]->{reserve_id}; > my $reserve1 = CancelReserve( { reserve_id => $reserve_id1 } ); >-- >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 14097
:
38719
|
38800
|
38814
|
38946
|
38947
|
38948
|
39080
|
39085
|
39435
|
41837
|
41843
|
41844
|
46200
|
46201
|
46202
|
46203
|
46204
|
46205
|
46206
|
46207
|
46208
|
46209
|
46210
|
46211
|
46212
|
46213
|
46214
|
46215
|
47717
|
47719
|
47720
|
47721
|
47722
|
47723
|
47724
|
47725
|
47726
|
47727
|
47798
|
47799
|
47800
|
47801
|
47802
|
47803
|
47804
|
47805