Bugzilla – Attachment 91806 Details for
Bug 11573
Fine descriptions related to Rentals are untranslatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11573: (QA follow-up) Correct spelling typo
Bug-11573-QA-follow-up-Correct-spelling-typo.patch (text/plain), 1.13 KB, created by
Nick Clemens (kidclamp)
on 2019-07-26 12:34:04 UTC
(
hide
)
Description:
Bug 11573: (QA follow-up) Correct spelling typo
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-26 12:34:04 UTC
Size:
1.13 KB
patch
obsolete
>From b835cdf9adb55065c7c77d35dc1dcaf3d5a3ae2e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 26 Jul 2019 12:31:39 +0000 >Subject: [PATCH] Bug 11573: (QA follow-up) Correct spelling typo > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Circulation.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index 84d46a2d0c..b7acf2a617 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -3160,7 +3160,7 @@ subtest 'AddRenewal and AddIssuingCharge tests' => sub { > is( $lines->count, 2 ); > > my $line = $lines->next; >- is( $line->accounttype, 'RENT', 'The issue of item with issueing charge generates an accountline of the correct type' ); >+ is( $line->accounttype, 'RENT', 'The issue of item with issuing charge generates an accountline of the correct type' ); > is( $line->branchcode, $library->id, 'AddIssuingCharge correctly sets branchcode' ); > is( $line->description, '', 'AddIssue does not set a hardcoded description for the accountline' ); > >-- >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 11573
:
24473
|
24485
|
24486
|
25715
|
27822
|
27823
|
27824
|
47236
|
47237
|
47238
|
47239
|
47240
|
47241
|
47242
|
47288
|
47289
|
47290
|
47291
|
88549
|
88600
|
88601
|
88602
|
88603
|
88604
|
88605
|
88606
|
88726
|
88727
|
88728
|
88729
|
90231
|
90232
|
90233
|
90234
|
90246
|
90256
|
90313
|
90314
|
90315
|
90316
|
91529
|
91530
|
91531
|
91532
|
91800
|
91801
|
91802
|
91803
|
91804
|
91805
| 91806