Bugzilla – Attachment 60651 Details for
Bug 16966
Koha::Patrons - Move GetBorrowersWithIssuesHistoryOlderThan to search_patrons_to_anonymise
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16966: Teach K::S::R::OldIssue its Koha objects class
Bug-16966-Teach-KSROldIssue-its-Koha-objects-class.patch (text/plain), 879 bytes, created by
Jonathan Druart
on 2017-02-24 11:35:40 UTC
(
hide
)
Description:
Bug 16966: Teach K::S::R::OldIssue its Koha objects class
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-24 11:35:40 UTC
Size:
879 bytes
patch
obsolete
>From 90ba4e0dbf119d7b77fbaf892c8d36213a27ccc4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 17 Feb 2017 10:39:09 +0100 >Subject: [PATCH] Bug 16966: Teach K::S::R::OldIssue its Koha objects class > >--- > Koha/Schema/Result/OldIssue.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm >index 6daaa40..5f8491f 100644 >--- a/Koha/Schema/Result/OldIssue.pm >+++ b/Koha/Schema/Result/OldIssue.pm >@@ -210,6 +210,8 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:04:51 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9GdzytyInRcFZns/q0qb3Q > >+sub koha_objects_class { >+ 'Koha::Old::Checkouts'; >+} > >-# You can replace this text with custom content, and it will be preserved on regeneration > 1; >-- >2.9.3
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 16966
:
53658
|
53659
|
53660
|
53661
|
56376
|
56377
|
56378
|
56379
|
56639
|
56640
|
56641
|
56642
|
57170
|
57171
|
57172
|
57885
|
57886
|
57887
|
57924
|
57925
|
57926
|
58282
|
58283
|
58284
|
58285
|
58286
|
60377
|
60378
|
60379
|
60380
|
60381
|
60382
|
60648
|
60649
|
60650
|
60651
|
60652
|
60653
|
60701
|
60702
|
60703
|
60704
|
60705
|
60706
|
60707
|
60708
|
60709