Bugzilla – Attachment 137345 Details for
Bug 30764
Terminology: Cancelled reserve
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30764: replace "Cancelled reserve" with "Cancelled hold"
Bug-30764-replace-Cancelled-reserve-with-Cancelled.patch (text/plain), 1.72 KB, created by
Chris Cormack
on 2022-07-07 23:23:09 UTC
(
hide
)
Description:
Bug 30764: replace "Cancelled reserve" with "Cancelled hold"
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2022-07-07 23:23:09 UTC
Size:
1.72 KB
patch
obsolete
>From ed1a423c87486dec602c2504c47325af9ea15fc9 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Filip=20Vuji=C4=8Di=C4=87?= <filipvujicic@catalyst.net.nz> >Date: Thu, 7 Jul 2022 22:48:42 +0000 >Subject: [PATCH] Bug 30764: replace "Cancelled reserve" with "Cancelled hold" > >Test plan: >1. Inspect `koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt`, notice that on line 136 it says "Cancelled reserve" >2. Apply patch >3. Inspect the same line again and notice it now correctly says "Cancelled hold" >4. ??? >5. Profit! > >Sponsored-by: Catalyst IT >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index ba867c8cc4..f465aaa40e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -133,7 +133,7 @@ > [%- CASE 'RotatingCollection' -%]<span>Rotating collection</span> > [%- CASE 'Reserve' -%]<span>Reserve</span> > [%- CASE 'LostReserve' -%]<span>Lost reserve</span> >- [%- CASE 'CancelReserve' -%]<span>Cancelled reserve</span> >+ [%- CASE 'CancelReserve' -%]<span>Cancelled hold</span> > [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span> > [%- END -%] > </p> >-- >2.17.1
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 30764
:
137339
|
137345
|
137375