Bugzilla – Attachment 72545 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), 863 bytes, created by
Josef Moravec
on 2018-03-09 06:52:34 UTC
(
hide
)
Description:
Bug 12812: (Follow-up) Fix use of C4::Circulation
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-03-09 06:52:34 UTC
Size:
863 bytes
patch
obsolete
>From 604adc6aa2afbbab2e1f201d040d3ec66e89a79a 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> >--- > 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 4fecb3b..394000b 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.1.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 12812
:
71336
|
72544
|
72545
|
72564
|
72565