Bugzilla – Attachment 165526 Details for
Bug 35669
Update check in message for a specific authorised value in the LOST authorised values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35669: Update check in messages to match the lost authorised value.
-Bug-35669-Update-check-in-messages-to-match-the-l.patch (text/plain), 1.61 KB, created by
Laura Escamilla
on 2024-04-25 11:50:26 UTC
(
hide
)
Description:
Bug 35669: Update check in messages to match the lost authorised value.
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-04-25 11:50:26 UTC
Size:
1.61 KB
patch
obsolete
>From 7f08434ec7efe729e8af9dcdda693e9d8103f0dc Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 25 Apr 2024 11:49:00 +0000 >Subject: [PATCH] Bug 35669: Update check in messages to match the lost > authorised value. > >--- > 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 b6efe580e3..0f04413baa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -338,7 +338,7 @@ > [% IF Koha.Preference('BlockReturnOfLostItems') %] > <p class="problem ret_blocked">Item is lost, cannot be checked in.</p> > [% ELSE %] >- [% itemlost_description = AuthorisedValues.GetDescriptionByKohaField({ kohafield = 'items.itemlost', authorised_value = item.itemlost }) %] >+ [% itemlost_description = AuthorisedValues.GetDescriptionByKohaField({ kohafield => 'items.itemlost', authorised_value => item.itemlost }) %] > <p class="problem ret_checkedin">Item was [% itemlost_description %], now found.</p> > [% END %] > [% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %] >-- >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 35669
:
160371
|
160383
|
165526
|
165651
|
169501
|
169520