Bugzilla – Attachment 149881 Details for
Bug 32450
Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32450: (QA follow-up) Change wording in debit types table
Bug-32450-QA-follow-up-Change-wording-in-debit-typ.patch (text/plain), 2.25 KB, created by
Marcel de Rooy
on 2023-04-19 12:42:34 UTC
(
hide
)
Description:
Bug 32450: (QA follow-up) Change wording in debit types table
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-19 12:42:34 UTC
Size:
2.25 KB
patch
obsolete
>From 3feaba81dc1b6453f285b96b023d5bb0d0e11412 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 19 Apr 2023 10:29:38 +0000 >Subject: [PATCH] Bug 32450: (QA follow-up) Change wording in debit types table >Content-Type: text/plain; charset=utf-8 > >This patch changes confusing wording in the debit types table. Column heading No issues charge has been changed to Blocks checkouts? and the column data is now simply Yes/No rather than Included/Not included > >Test plan: >1) Apply patch >2) Navigate to debit types in administration >3) The column in the table should exist as described above > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/admin/debit_types.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >index 7f60cbc71e..e1fde6a004 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >@@ -162,7 +162,7 @@ > <th>Default amount</th> > <th>Available for</th> > <th>Library limitations</th> >- <th>No issues charge</th> >+ <th>Blocks checkouts?</th> > <th class="noExport">Actions</th> > </thead> > <tbody> >@@ -203,9 +203,9 @@ > </td> > <td> > [% IF debit_type.restricts_checkouts %] >- <span>Included</span> >+ <span>Yes</span> > [% ELSE %] >- <span>Not Included</span> >+ <span>No</span> > [% END %] > </td> > <td class="actions"> >-- >2.30.2
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 32450
:
145080
|
145081
|
145127
|
145128
|
145171
|
145172
|
145189
|
145190
|
145191
|
145194
|
145198
|
147563
|
149653
|
149654
|
149655
|
149656
|
149657
|
149658
|
149659
|
149660
|
149858
|
149859
|
149872
|
149873
|
149874
|
149875
|
149876
|
149877
|
149878
|
149879
|
149880
| 149881 |
149882