Bugzilla – Attachment 103644 Details for
Bug 24769
DataTable error on patron hold page when hold placed (ILS-DI and other bugs)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24769: (bug 14711 follow-up 2) Fix typo in parameter name for AddReserve
Bug-24769-bug-14711-follow-up-2-Fix-typo-in-parame.patch (text/plain), 1.43 KB, created by
David Nind
on 2020-04-24 10:50:28 UTC
(
hide
)
Description:
Bug 24769: (bug 14711 follow-up 2) Fix typo in parameter name for AddReserve
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-04-24 10:50:28 UTC
Size:
1.43 KB
patch
obsolete
>From cffd85b84d4a64ec6ac14f8f44e21c0629512b9a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 24 Apr 2020 11:31:33 +0200 >Subject: [PATCH] Bug 24769: (bug 14711 follow-up 2) Fix typo in parameter name > for AddReserve > >This patch fixes 2 other occurrences. The first one is in POD of >AddReserve, the other one fixes SIP code > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/Reserves.pm | 2 +- > C4/SIP/ILS/Transaction/Hold.pm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 9c040bdc12..49a4445857 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -144,7 +144,7 @@ BEGIN { > > AddReserve( > { >- branch => $branchcode, >+ branchcode => $branchcode, > borrowernumber => $borrowernumber, > biblionumber => $biblionumber, > priority => $priority, >diff --git a/C4/SIP/ILS/Transaction/Hold.pm b/C4/SIP/ILS/Transaction/Hold.pm >index d51ebde199..c86011e734 100644 >--- a/C4/SIP/ILS/Transaction/Hold.pm >+++ b/C4/SIP/ILS/Transaction/Hold.pm >@@ -70,7 +70,7 @@ sub do_hold { > AddReserve( > { > priority => $priority, >- branch => $branch, >+ branchcode => $branch, > borrowernumber => $patron->borrowernumber, > biblionumber => $item->biblionumber > } >-- >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 24769
:
99820
|
103636
|
103637
|
103638
|
103643
|
103644
|
104296
|
104297
|
104298
|
104300