Bugzilla – Attachment 137347 Details for
Bug 30770
Terminology: Lost reserve
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30770: Fixed terminology 'reserve' -> 'hold'
Bug-30770-Fixed-terminology-reserve---hold.patch (text/plain), 1.74 KB, created by
Chris Cormack
on 2022-07-07 23:32:44 UTC
(
hide
)
Description:
Bug 30770: Fixed terminology 'reserve' -> 'hold'
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2022-07-07 23:32:44 UTC
Size:
1.74 KB
patch
obsolete
>From ff96ff06292c2e2b9cd805b6396c45b55a077acb Mon Sep 17 00:00:00 2001 >From: Tosca Waerea <toscawaerea@catalyst.net.nz> >Date: Thu, 7 Jul 2022 23:07:21 +0000 >Subject: [PATCH] Bug 30770: Fixed terminology 'reserve' -> 'hold' > >Test plan: >1. Look at koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >2. Note that it says 'Lost reserve' >3. Apply patch >4. Note that it says 'Lost hold' > >Note: >I was not able to trigger the behaviour to see the text in question > >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..e9bf835dd0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -132,7 +132,7 @@ > [%- CASE 'ReturnToHolding' -%]<span>Return to holding library</span> > [%- CASE 'RotatingCollection' -%]<span>Rotating collection</span> > [%- CASE 'Reserve' -%]<span>Reserve</span> >- [%- CASE 'LostReserve' -%]<span>Lost reserve</span> >+ [%- CASE 'LostReserve' -%]<span>Lost hold</span> > [%- CASE 'CancelReserve' -%]<span>Cancelled reserve</span> > [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span> > [%- END -%] >-- >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 30770
:
137342
|
137343
|
137347
|
137376
|
137378