Bugzilla – Attachment 72565 Details for
Bug 12812
Longoverdue.pl --mark-returned doesn't return items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12812: (Follow-up) Fix use of C4::Circulation
Bug-12812-Follow-up-Fix-use-of-C4Circulation.patch (text/plain), 930 bytes, created by
Julian Maurice
on 2018-03-09 12:14:40 UTC
(
hide
)
Description:
Bug 12812: (Follow-up) Fix use of C4::Circulation
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-03-09 12:14:40 UTC
Size:
930 bytes
patch
obsolete
>From de17a1ae895fb36a79d1d21a79b976f6b9d1fbbd Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 9 Mar 2018 06:58:34 +0000 >Subject: [PATCH] Bug 12812: (Follow-up) Fix use of C4::Circulation > >Fixes this error: >Undefined subroutine &main::MarkIssueReturned called at >misc/cronjobs/longoverdue.pl line 316. > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > misc/cronjobs/longoverdue.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/longoverdue.pl b/misc/cronjobs/longoverdue.pl >index 4fecb3bafd..394000bd2f 100755 >--- a/misc/cronjobs/longoverdue.pl >+++ b/misc/cronjobs/longoverdue.pl >@@ -35,7 +35,7 @@ BEGIN { > } > use C4::Context; > use C4::Items; >-use C4::Circulation qw/LostItem/; >+use C4::Circulation qw/LostItem MarkIssueReturned/; > use Getopt::Long; > use C4::Log; > use Pod::Usage; >-- >2.14.2
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 12812
:
71336
|
72544
|
72545
|
72564
| 72565