Bugzilla – Attachment 84851 Details for
Bug 3534
Patron quick add form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3534: (QA Follow-up) Fix the return value for the new format, it should be a hashref, not a string
Bug-3534-QA-Follow-up-Fix-the-return-value-for-the.patch (text/plain), 806 bytes, created by
Kyle M Hall (khall)
on 2019-02-07 16:19:59 UTC
(
hide
)
Description:
Bug 3534: (QA Follow-up) Fix the return value for the new format, it should be a hashref, not a string
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-02-07 16:19:59 UTC
Size:
806 bytes
patch
obsolete
>From fde75e37e0cb48eba274c413c02a40d156ea3613 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 7 Feb 2019 11:19:27 -0500 >Subject: [PATCH] Bug 3534: (QA Follow-up) Fix the return value for the new > format, it should be a hashref, not a string > >--- > C4/Reserves.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 77880dc737..fce8656e3b 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -484,7 +484,7 @@ sub CanItemBeReserved { > return { status => 'libraryNotPickupLocation' }; > } > unless ($item->can_be_transferred({ to => $destination })) { >- return 'cannotBeTransferred'; >+ return { status => ''cannotBeTransferred'; > } > } > >-- >2.17.2 (Apple Git-113)
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 3534
:
1396
|
50090
|
50091
|
50092
|
50093
|
50362
|
50410
|
50413
|
50414
|
50665
|
50666
|
50729
|
51382
|
51389
|
51445
|
51446
|
51960
|
51961
|
52192
|
52584
|
52585
|
52586
|
52934
|
52935
|
52936
|
52937
|
53109
|
53152
|
53171
|
53172
|
53173
|
53174
|
53175
|
84851