Bugzilla – Attachment 30106 Details for
Bug 12662
Ajax-based check in does not work for some system preference settings enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12662: (follow-up) Ajax-based check in does not work for some system preference settings enabled
PASSED-QA-Bug-12662-follow-up-Ajax-based-check-in-.patch (text/plain), 874 bytes, created by
Kyle M Hall (khall)
on 2014-07-25 13:42:46 UTC
(
hide
)
Description:
[PASSED QA] Bug 12662: (follow-up) Ajax-based check in does not work for some system preference settings enabled
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-07-25 13:42:46 UTC
Size:
874 bytes
patch
obsolete
>From 7a6cc2eb07fb25f28842d43e684beb472b3ab1f6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 25 Jul 2014 12:43:08 +0200 >Subject: [PATCH] [PASSED QA] Bug 12662: (follow-up) Ajax-based check in does not work for some system preference settings enabled > >ModItem is needed too. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > svc/checkin | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/svc/checkin b/svc/checkin >index d0fbd75..2ca539c 100755 >--- a/svc/checkin >+++ b/svc/checkin >@@ -23,7 +23,7 @@ use CGI; > use JSON qw(to_json); > > use C4::Circulation; >-use C4::Items qw(GetBarcodeFromItemnumber GetItem); >+use C4::Items qw(GetBarcodeFromItemnumber GetItem ModItem); > use C4::Context; > use C4::Auth qw(check_cookie_auth); > >-- >1.7.2.5
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 12662
:
30077
|
30079
|
30080
|
30105
| 30106