Bugzilla – Attachment 168811 Details for
Bug 18086
overduerules table is lacking foreign key constraints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18086: (follow-up) Update for export changes
Bug-18086-follow-up-Update-for-export-changes.patch (text/plain), 953 bytes, created by
Baptiste Wojtkowski (bwoj)
on 2024-07-11 13:07:12 UTC
(
hide
)
Description:
Bug 18086: (follow-up) Update for export changes
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2024-07-11 13:07:12 UTC
Size:
953 bytes
patch
obsolete
>From a1442204b3a3711058b43323b9d1995e0dff78db Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 10 Jul 2024 14:34:58 +0200 >Subject: [PATCH] Bug 18086: (follow-up) Update for export changes > >--- > C4/Overdues.pm | 1 + > Koha/OverdueRule.pm | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/C4/Overdues.pm b/C4/Overdues.pm >index e513efe..7200b88 100644 >--- a/C4/Overdues.pm >+++ b/C4/Overdues.pm >@@ -33,6 +33,7 @@ use Koha::Account::Lines; > use Koha::Account::Offsets; > use Koha::DateUtils qw( output_pref ); > use Koha::Libraries; >+use Koha::OverdueRules; > use Koha::Recalls; > use Koha::Logger; > use Koha::Patrons; >diff --git a/Koha/OverdueRule.pm b/Koha/OverdueRule.pm >index d60c66e..7ea9df4 100644 >--- a/Koha/OverdueRule.pm >+++ b/Koha/OverdueRule.pm >@@ -22,6 +22,7 @@ use Modern::Perl; > use base qw(Koha::Object); > > use Koha::Database; >+use Koha::OverdueRules::TransportTypes; > > =head1 NAME > >-- >2.43.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 18086
:
105368
|
105369
|
105380
|
105382
|
105387
|
105388
|
105424
|
105551
|
106201
|
134730
|
134731
|
168810
|
168811
|
168812
|
168813
|
168814
|
168815
|
169287
|
169288
|
169289
|
169290
|
169291
|
169292
|
169293
|
169294
|
169295
|
169296
|
169297
|
169298
|
169299
|
169300
|
169301
|
169302
|
169396
|
169397
|
169398
|
169399
|
169400
|
169401
|
169402
|
169403
|
169404
|
169455
|
169456
|
169457
|
169458
|
169459
|
169460
|
169461
|
169462
|
169463
|
169543
|
169544