Bugzilla – Attachment 68416 Details for
Bug 12768
Replacement cost and processing fee management
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12768: Fix tests - itemtypes.rentalcharge is now decimal(28,6)
Bug-12768-Fix-tests---itemtypesrentalcharge-is-now.patch (text/plain), 1.59 KB, created by
Jonathan Druart
on 2017-10-23 15:05:34 UTC
(
hide
)
Description:
Bug 12768: Fix tests - itemtypes.rentalcharge is now decimal(28,6)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-10-23 15:05:34 UTC
Size:
1.59 KB
patch
obsolete
>From 6c5179fc45c7e942e0c248587f381ebb6dc59e86 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 23 Oct 2017 12:05:04 -0300 >Subject: [PATCH] Bug 12768: Fix tests - itemtypes.rentalcharge is now > decimal(28,6) > >--- > t/db_dependent/Koha/ItemTypes.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/ItemTypes.t b/t/db_dependent/Koha/ItemTypes.t >index ac239b3..eb08c65 100755 >--- a/t/db_dependent/Koha/ItemTypes.t >+++ b/t/db_dependent/Koha/ItemTypes.t >@@ -102,7 +102,7 @@ my $type = Koha::ItemTypes->find('type1'); > ok( defined($type), 'first result' ); > is( $type->itemtype, 'type1', 'itemtype/code' ); > is( $type->description, 'description', 'description' ); >-is( $type->rentalcharge, '0.0000', 'rentalcharge' ); >+is( $type->rentalcharge, '0.000000', 'rentalcharge' ); > is( $type->imageurl, 'imageurl', 'imageurl' ); > is( $type->summary, 'summary', 'summary' ); > is( $type->checkinmsg, 'checkinmsg', 'checkinmsg' ); >@@ -112,7 +112,7 @@ $type = Koha::ItemTypes->find('type2'); > ok( defined($type), 'second result' ); > is( $type->itemtype, 'type2', 'itemtype/code' ); > is( $type->description, 'description', 'description' ); >-is( $type->rentalcharge, '0.0000', 'rentalcharge' ); >+is( $type->rentalcharge, '0.000000', 'rentalcharge' ); > is( $type->imageurl, 'imageurl', 'imageurl' ); > is( $type->summary, 'summary', 'summary' ); > is( $type->checkinmsg, 'checkinmsg', 'checkinmsg' ); >-- >2.1.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 12768
:
34333
|
34334
|
36350
|
36505
|
36506
|
36552
|
36553
|
36554
|
36555
|
38365
|
38367
|
38368
|
38375
|
39298
|
39299
|
39300
|
39999
|
40000
|
40001
|
40002
|
42157
|
42158
|
43181
|
43546
|
64775
|
64776
|
66760
|
66761
|
67875
|
67876
|
67877
|
67878
|
67891
|
67892
|
67893
|
67894
|
67895
|
67896
|
67897
|
68035
|
68036
|
68037
|
68038
|
68039
|
68040
|
68041
|
68042
|
68076
|
68264
|
68265
|
68266
|
68267
|
68268
|
68269
|
68270
|
68271
|
68272
|
68273
|
68274
|
68332
|
68415
| 68416 |
68417
|
68426
|
68427