Bugzilla – Attachment 40633 Details for
Bug 13930
Add supporting service svc/ncip for xnciptoolkit driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13930 Followup: fix subroutine call
Bug-13930-Followup-fix-subroutine-call.patch (text/plain), 981 bytes, created by
Mirko Tietgen
on 2015-06-25 12:45:27 UTC
(
hide
)
Description:
Bug 13930 Followup: fix subroutine call
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2015-06-25 12:45:27 UTC
Size:
981 bytes
patch
obsolete
>From ab5d22cb20e5f4af5b7a2be0f6dfe0a1d677c13b Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Thu, 25 Jun 2015 14:37:54 +0200 >Subject: [PATCH] Bug 13930 Followup: fix subroutine call > >Fixing error 'Undefined subroutine &C4::NCIP::RequestItem::print409 >called at /home/mirko/koha/C4/NCIP/RequestItem.pm line 86.' >--- > C4/NCIP/RequestItem.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/NCIP/RequestItem.pm b/C4/NCIP/RequestItem.pm >index 278e882..9a0e823 100644 >--- a/C4/NCIP/RequestItem.pm >+++ b/C4/NCIP/RequestItem.pm >@@ -83,7 +83,7 @@ sub requestItem { > my $canBeReserved > = C4::Reserves::CanBookBeReserved($userId, $bibId); > >- print409($query, "Book cannot be reserved.. $canBeReserved") >+ C4::NCIP::NcipUtils::print409($query, "Book cannot be reserved.. $canBeReserved") > unless ($canBeReserved eq 'OK'); > > $itemLevelHold = 0; >-- >1.7.10.4
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 13930
:
37719
|
38047
|
40490
|
40629
|
40630
|
40631
|
40632
|
40633
|
44695
|
44696
|
44697
|
44698