Bugzilla – Attachment 76913 Details for
Bug 20287
Move AddMember and ModMember to Koha::Patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20287: ->store new deal with enrolment fee
Bug-20287--store-new-deal-with-enrolment-fee.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2018-07-12 18:50:02 UTC
(
hide
)
Description:
Bug 20287: ->store new deal with enrolment fee
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-07-12 18:50:02 UTC
Size:
1.03 KB
patch
obsolete
>From bf5564039f0259aaf2c35b81204c63d8c0095aef Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 23 Feb 2018 12:42:46 -0300 >Subject: [PATCH] Bug 20287: ->store new deal with enrolment fee > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Koha/Patrons.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t >index 3908c5b7ff..0a88ea8d9b 100644 >--- a/t/db_dependent/Koha/Patrons.t >+++ b/t/db_dependent/Koha/Patrons.t >@@ -417,7 +417,6 @@ subtest 'add_enrolment_fee_if_needed' => sub { > > # Check with calling directly Koha::Patron->get_enrolment_fee_if_needed > $patron->categorycode('YA')->store; >- my $fee = $patron->add_enrolment_fee_if_needed; > $total = $patron->account->balance; > is( int($total), > int($enrolmentfee_K + $enrolmentfee_J + $enrolmentfee_YA), >-- >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 20287
:
73436
|
76901
|
76902
|
76903
|
76904
|
76905
|
76906
|
76907
|
76908
|
76909
|
76910
|
76911
|
76912
| 76913 |
76914
|
76915
|
76916
|
76917
|
76918
|
76919
|
76920
|
76921
|
76922
|
76923
|
76924
|
76927
|
77221