Bugzilla – Attachment 60630 Details for
Bug 14803
Rental and fine fees are not updating on circulation screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bugfix: added missing use Koha::Account
Bugfix-added-missing-use-KohaAccount.patch (text/plain), 591 bytes, created by
Srdjan Jankovic
on 2017-02-24 04:56:40 UTC
(
hide
)
Description:
Bugfix: added missing use Koha::Account
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2017-02-24 04:56:40 UTC
Size:
591 bytes
patch
obsolete
>From 7a2d31dda6d872bd65b4cbb9face901d70d78250 Mon Sep 17 00:00:00 2001 >From: Srdjan <srdjan@catalyst.net.nz> >Date: Fri, 24 Feb 2017 17:06:35 +1300 >Subject: [PATCH] Bugfix: added missing use Koha::Account > >https://bugs.koha-community.org/show_bug.cgi?id=14803 >--- > Koha/Patron.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index b79b58a..b5ddb0d 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -24,6 +24,7 @@ use Carp; > > use C4::Context; > use C4::Log; >+use Koha::Account; > use Koha::Checkouts; > use Koha::Database; > use Koha::DateUtils; >-- >2.7.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 14803
:
52208
|
52209
|
52210
|
52473
|
52474
|
53406
|
53482
|
60629
|
60630
|
60631
|
62294
|
62432
|
63047
|
63153
|
63230
|
65696
|
65697
|
65698
|
65783
|
65868
|
66261
|
73541
|
73542
|
98891
|
98892
|
115620
|
115621