Bugzilla – Attachment 76906 Details for
Bug 20287
Move AddMember and ModMember to Koha::Patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20287: Fix export issues in tests
Bug-20287-Fix-export-issues-in-tests.patch (text/plain), 1.28 KB, created by
Jonathan Druart
on 2018-07-12 18:49:27 UTC
(
hide
)
Description:
Bug 20287: Fix export issues in tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-07-12 18:49:27 UTC
Size:
1.28 KB
patch
obsolete
>From c672aee79f6fe7da3d401c90ce5663c9ac4eee97 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 22 Feb 2018 14:41:24 -0300 >Subject: [PATCH] Bug 20287: Fix export issues in tests > >t/db_dependent/Holds/RevertWaitingStatus.t .. >Undefined subroutine &C4::Circulation::MoveReserve called at /home/vagrant/kohaclone/C4/Circulation.pm line 1316. > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 8e1bdc49fc..a08134d8a4 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -1317,7 +1317,7 @@ sub AddIssue { > AddReturn( $item->{'barcode'}, C4::Context->userenv->{'branch'} ); > } > >- MoveReserve( $item->{'itemnumber'}, $borrower->{'borrowernumber'}, $cancelreserve ); >+ C4::Reserves::MoveReserve( $item->{'itemnumber'}, $borrower->{'borrowernumber'}, $cancelreserve ); > > # Starting process for transfer job (checking transfert and validate it if we have one) > my ($datesent) = GetTransfers( $item->{'itemnumber'} ); >-- >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 20287
:
73436
|
76901
|
76902
|
76903
|
76904
|
76905
| 76906 |
76907
|
76908
|
76909
|
76910
|
76911
|
76912
|
76913
|
76914
|
76915
|
76916
|
76917
|
76918
|
76919
|
76920
|
76921
|
76922
|
76923
|
76924
|
76927
|
77221