Bugzilla – Attachment 82820 Details for
Bug 21896
Add Koha::Account::reconcile_balance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21896: RM follow-up - fix tests
Bug-21896-RM-follow-up---fix-tests.patch (text/plain), 1.21 KB, created by
Nick Clemens (kidclamp)
on 2018-11-30 21:43:22 UTC
(
hide
)
Description:
Bug 21896: RM follow-up - fix tests
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-11-30 21:43:22 UTC
Size:
1.21 KB
patch
obsolete
>From b4580bff5ba7753f9db2513c3b87ecb9bba5258c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 30 Nov 2018 21:27:44 +0000 >Subject: [PATCH] Bug 21896: RM follow-up - fix tests > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Account/Line.pm | 8 -------- > Koha/Schema/Result/Accountline.pm | 7 ------- > 2 files changed, 15 deletions(-) > >diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm >index 238029fe8f..3573e604e6 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -241,12 +241,4 @@ sub _type { > return 'Accountline'; > } > >-=head3 object_class (internal) >- >-=cut >- >-sub object_class { >- return 'Koha::Account::Line'; >-} >- > 1; >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index 2545995e99..ab6d8413d6 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -239,11 +239,4 @@ __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.11.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 21896
:
82684
|
82685
|
82688
|
82689
|
82690
|
82691
|
82692
|
82701
|
82702
|
82703
|
82720
|
82721
|
82722
|
82735
|
82736
|
82737
|
82738
|
82739
|
82740
|
82742
|
82811
|
82812
|
82813
|
82814
|
82815
| 82820