Bugzilla – Attachment 83236 Details for
Bug 21065
Data in account_offsets and accountlines is deleted with the patron leaving gaps in financial reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21065: Add koha_object(s)_class methods to accountline
Bug-21065-Add-kohaobjectsclass-methods-to-accountl.patch (text/plain), 921 bytes, created by
Martin Renvoize
on 2018-12-14 17:10:52 UTC
(
hide
)
Description:
Bug 21065: Add koha_object(s)_class methods to accountline
Filename:
MIME Type:
Creator:
Martin Renvoize
Created:
2018-12-14 17:10:52 UTC
Size:
921 bytes
patch
obsolete
>From ef9a50b15a7c9f7720e4a51284ab80b2b6f7b79b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 14 Dec 2018 12:48:09 -0300 >Subject: [PATCH] Bug 21065: Add koha_object(s)_class methods to accountline > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Accountline.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index ab6d8413d6..2545995e99 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -239,4 +239,11 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg > >+sub koha_objects_class { >+ 'Koha::Account::Lines'; >+} >+sub koha_object_class { >+ 'Koha::Account::Line'; >+} >+ > 1; >-- >2.19.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 21065
:
83220
|
83221
|
83222
|
83223
|
83224
|
83235
| 83236 |
83237
|
83238
|
83366