Bugzilla – Attachment 156243 Details for
Bug 34547
Add transfer reason to list of checkins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34547: (follow-up) add recall cases
Bug-34547-follow-up-add-recall-cases.patch (text/plain), 1.27 KB, created by
Lucas Gass (lukeg)
on 2023-09-26 20:12:09 UTC
(
hide
)
Description:
Bug 34547: (follow-up) add recall cases
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-09-26 20:12:09 UTC
Size:
1.27 KB
patch
obsolete
>From d0589d3a974fef391852b0e5f42fbc781d7b4933 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 26 Sep 2023 20:11:29 +0000 >Subject: [PATCH] Bug 34547: (follow-up) add recall cases > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 f048287a63..df999e7c6d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -136,6 +136,8 @@ > [%- CASE 'LostReserve' -%]<span>Lost hold</span> > [%- CASE 'CancelReserve' -%]<span>Cancelled hold</span> > [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span> >+ [%- CASE 'Recall' -%]<span>Recall</span> >+ [%- CASE 'RecallCancellation' -%]<span>Cancelled recall</span> > [%- END -%] > </p> > </div> >-- >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 34547
:
154470
|
154592
|
156243
|
156296
|
156297