Bugzilla – Attachment 172633 Details for
Bug 10190
Overdue notice triggers based on item type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10190: Remove OverdueRule Koha Objects
Bug-10190-Remove-OverdueRule-Koha-Objects.patch (text/plain), 2.95 KB, created by
Martin Renvoize (ashimema)
on 2024-10-10 16:19:36 UTC
(
hide
)
Description:
Bug 10190: Remove OverdueRule Koha Objects
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-10 16:19:36 UTC
Size:
2.95 KB
patch
obsolete
>From 655f76201bdf52a982b0f8eb4d499821dfa2907d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 15 Aug 2024 12:55:18 +0100 >Subject: [PATCH] Bug 10190: Remove OverdueRule Koha Objects > >Sponsored-by: Glasgow Colleges Library Group <https://library.cityofglasgowcollege.ac.uk> >Signed-off-by: George Harkins <George.Harkins@cityofglasgowcollege.ac.uk> >--- > Koha/OverdueRule.pm | 40 ----------------------------------- > Koha/OverdueRules.pm | 50 -------------------------------------------- > 2 files changed, 90 deletions(-) > delete mode 100644 Koha/OverdueRule.pm > delete mode 100644 Koha/OverdueRules.pm > >diff --git a/Koha/OverdueRule.pm b/Koha/OverdueRule.pm >deleted file mode 100644 >index 16152a5098b..00000000000 >--- a/Koha/OverdueRule.pm >+++ /dev/null >@@ -1,40 +0,0 @@ >-package Koha::OverdueRule; >- >-# Copyright ByWater Solutions 2023 >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it >-# under the terms of the GNU General Public License as published by >-# the Free Software Foundation; either version 3 of the License, or >-# (at your option) any later version. >-# >-# Koha is distributed in the hope that it will be useful, but >-# WITHOUT ANY WARRANTY; without even the implied warranty of >-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >-# GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License >-# along with Koha; if not, see <http://www.gnu.org/licenses>. >- >-use Modern::Perl; >- >-use base qw(Koha::Object); >- >-=head1 NAME >- >-Koha::OverdueRule - Koha Overdue rule object class >- >-=head1 API >- >-=head2 Class Methods >- >-=head3 _type >- >-=cut >- >-sub _type { >- return 'Overduerule'; >-} >- >-1; >diff --git a/Koha/OverdueRules.pm b/Koha/OverdueRules.pm >deleted file mode 100644 >index a958ee031c7..00000000000 >--- a/Koha/OverdueRules.pm >+++ /dev/null >@@ -1,50 +0,0 @@ >-package Koha::OverdueRules; >- >-# Copyright ByWater Solutions 2023 >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it >-# under the terms of the GNU General Public License as published by >-# the Free Software Foundation; either version 3 of the License, or >-# (at your option) any later version. >-# >-# Koha is distributed in the hope that it will be useful, but >-# WITHOUT ANY WARRANTY; without even the implied warranty of >-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >-# GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License >-# along with Koha; if not, see <http://www.gnu.org/licenses>. >- >-use Modern::Perl; >- >-use Koha::OverdueRule; >- >-use base qw(Koha::Objects); >- >-=head1 NAME >- >-Koha::OverdueRules - Koha::OverdueRule Object set class >- >-=head1 API >- >-=head2 Class Methods >- >-=head3 _type >- >-=cut >- >-sub _type { >- return 'Overduerule'; >-} >- >-=head3 object_class >- >-=cut >- >-sub object_class { >- return 'Koha::OverdueRule'; >-} >- >-1; >-- >2.47.0
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 10190
:
170357
|
170358
|
170359
|
170360
|
170361
|
170362
|
170363
|
170364
|
170365
|
170366
|
170367
|
170368
|
170369
|
170370
|
170371
|
170372
|
170373
|
170374
|
170375
|
170376
|
170380
|
170449
|
171727
|
171728
|
171729
|
171730
|
171731
|
171732
|
171733
|
171734
|
171735
|
171736
|
171737
|
171738
|
171739
|
171740
|
171741
|
171742
|
171743
|
171744
|
171745
|
171746
|
171747
|
171748
|
171749
|
171750
|
171751
|
171752
|
171753
|
171754
|
171755
|
172588
|
172589
|
172590
|
172591
|
172592
|
172593
|
172594
|
172595
|
172596
|
172597
|
172598
|
172599
|
172600
|
172601
|
172602
|
172603
|
172604
|
172605
|
172606
|
172607
|
172608
|
172609
|
172612
|
172614
|
172617
|
172619
|
172621
|
172622
|
172623
|
172624
|
172625
|
172626
|
172630
|
172631
|
172632
| 172633 |
172634
|
172635
|
172636
|
172637
|
172638
|
172639
|
172640
|
172641
|
172642
|
172643
|
172644
|
172645
|
172646
|
172647
|
172648
|
172649
|
172650
|
172651
|
172652
|
172653
|
172654
|
172655
|
172656
|
172657
|
172658
|
172659
|
172660
|
172661
|
172662
|
172663