Bugzilla – Attachment 91348 Details for
Bug 22563
Convert lost handling to use 'status' instead of multiple accounttypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22563: (follow-up) Fix tests in Koha/Account.t
Bug-22563-follow-up-Fix-tests-in-KohaAccountt.patch (text/plain), 1.76 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-07-05 17:55:52 UTC
(
hide
)
Description:
Bug 22563: (follow-up) Fix tests in Koha/Account.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-07-05 17:55:52 UTC
Size:
1.76 KB
patch
obsolete
>From 65ffbc27d9731ced72cd0230bd75e07d38900431 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 5 Jul 2019 14:55:34 -0300 >Subject: [PATCH] Bug 22563: (follow-up) Fix tests in Koha/Account.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Account.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/Koha/Account.t b/t/db_dependent/Koha/Account.t >index 735a7c950a..e6e0f6734f 100755 >--- a/t/db_dependent/Koha/Account.t >+++ b/t/db_dependent/Koha/Account.t >@@ -622,7 +622,7 @@ subtest 'pay() handles lost items when paying a specific lost fee' => sub { > borrowernumber => $patron->id, > itemnumber => $item->id, > date => \'NOW()', >- accounttype => 'L', >+ accounttype => 'LOST', > interface => 'cli', > amount => '1', > amountoutstanding => '1', >@@ -695,7 +695,7 @@ subtest 'pay() handles lost items when paying by amount ( not specifying the los > borrowernumber => $patron->id, > itemnumber => $item->id, > date => \'NOW()', >- accounttype => 'L', >+ accounttype => 'LOST', > interface => 'cli', > amount => '1', > amountoutstanding => '1', >@@ -766,7 +766,7 @@ subtest 'Koha::Account::Line::apply() handles lost items' => sub { > borrowernumber => $patron->id, > itemnumber => $item->id, > date => \'NOW()', >- accounttype => 'L', >+ accounttype => 'LOST', > interface => 'cli', > amount => '1', > amountoutstanding => '1', >-- >2.22.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 22563
:
86913
|
86914
|
87092
|
87093
|
87094
|
87637
|
87638
|
87639
|
87640
|
87641
|
87642
|
87801
|
87802
|
87803
|
87804
|
87805
|
87806
|
88279
|
88280
|
88281
|
88282
|
88283
|
88284
|
88285
|
88323
|
88324
|
88325
|
88326
|
88327
|
88328
|
88720
|
88721
|
88722
|
88723
|
88724
|
88725
|
89462
|
89463
|
89464
|
89465
|
89466
|
89467
|
90221
|
90222
|
90223
|
90224
|
90225
|
90226
|
90227
|
90307
|
90308
|
90309
|
90310
|
90311
|
90312
|
90330
|
90331
|
90332
|
90333
|
90334
|
90335
|
90632
|
90637
|
90667
|
91338
|
91339
|
91340
|
91341
|
91342
|
91343
|
91344
|
91345
|
91346
|
91347
| 91348