Bugzilla – Attachment 162658 Details for
Bug 31427
Automatic renewal errors should come before many other renewal errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31427: Remove a few refs to CanBookBeRenewed
Bug-31427-Remove-a-few-refs-to-CanBookBeRenewed.patch (text/plain), 1.30 KB, created by
Marcel de Rooy
on 2024-03-01 10:33:19 UTC
(
hide
)
Description:
Bug 31427: Remove a few refs to CanBookBeRenewed
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-03-01 10:33:19 UTC
Size:
1.30 KB
patch
obsolete
>From 3d4c728e98545a54172178695612116d29ccf278 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 1 Mar 2024 10:29:56 +0000 >Subject: [PATCH] Bug 31427: Remove a few refs to CanBookBeRenewed >Content-Type: text/plain; charset=utf-8 > >Actually, the module is not even needed anymore here. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Account.pm | 1 - > misc/cronjobs/automatic_renewals.pl | 1 - > 2 files changed, 2 deletions(-) > >diff --git a/Koha/Account.pm b/Koha/Account.pm >index ad08a6df4b..3d0fcee854 100644 >--- a/Koha/Account.pm >+++ b/Koha/Account.pm >@@ -23,7 +23,6 @@ use Carp; > use Data::Dumper qw( Dumper ); > use Try::Tiny qw( catch try ); > >-use C4::Circulation qw( ReturnLostItem CanBookBeRenewed AddRenewal ); > use C4::Letters; > use C4::Log qw( logaction ); > use C4::Stats qw( UpdateStats ); >diff --git a/misc/cronjobs/automatic_renewals.pl b/misc/cronjobs/automatic_renewals.pl >index 8661d4f47b..f452fefc04 100755 >--- a/misc/cronjobs/automatic_renewals.pl >+++ b/misc/cronjobs/automatic_renewals.pl >@@ -79,7 +79,6 @@ use Pod::Usage qw( pod2usage ); > use Getopt::Long qw( GetOptions ); > > use Koha::Script -cron; >-use C4::Circulation qw( CanBookBeRenewed AddRenewal ); > use C4::Context; > use C4::Log qw( cronlogaction ); > use C4::Letters; >-- >2.30.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 31427
:
153696
|
153732
|
156232
|
157894
|
162239
|
162240
|
162656
|
162657
| 162658