Bugzilla – Attachment 30080 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]
Bug 12662: (follow-up) Ajax-based check in does not work for some system preference settings enabled
Bug-12662-follow-up-Ajax-based-check-in-does-not-w.patch (text/plain), 803 bytes, created by
Jonathan Druart
on 2014-07-25 10:44:01 UTC
(
hide
)
Description:
Bug 12662: (follow-up) Ajax-based check in does not work for some system preference settings enabled
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-07-25 10:44:01 UTC
Size:
803 bytes
patch
obsolete
>From 1aebf6b2016328d1d30233d7807275617d2482ca 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] 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> >--- > svc/checkin | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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); > >-- >2.0.0.rc2
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