Bugzilla – Attachment 111042 Details for
Bug 18170
Show damaged status on check-in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18170: Use GetDescriptionByKohaField
Bug-18170-Use-GetDescriptionByKohaField.patch (text/plain), 1.32 KB, created by
Martin Renvoize (ashimema)
on 2020-10-01 13:15:34 UTC
(
hide
)
Description:
Bug 18170: Use GetDescriptionByKohaField
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-01 13:15:34 UTC
Size:
1.32 KB
patch
obsolete
>From 4f6251a305828d806d40a427f0d914bafaba238f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 1 Oct 2020 14:14:13 +0100 >Subject: [PATCH] Bug 18170: Use GetDescriptionByKohaField > >--- > 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 beb2d9da81..b651695760 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -847,7 +847,7 @@ > Not checked out > [% END %] > [% IF ( riloo.damaged ) %] >- <span class="dmg">[% AuthorisedValues.GetByCode( 'DAMAGED', riloo.damaged ) | html %]</span> >+ <span class="dmg">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => riloo.damaged ) | html %]</span> > [% END %] > </td> > <td class="ci-title"> >-- >2.20.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 18170
:
110703
|
110705
|
111041
|
111042
|
111639
|
111640