Bugzilla – Attachment 114276 Details for
Bug 25583
When ClaimReturnedLostValue is not set, the claim returned tab doesn't appear
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25583: Improve wording
Bug-25583-Improve-wording.patch (text/plain), 1.43 KB, created by
Jonathan Druart
on 2020-12-09 10:50:43 UTC
(
hide
)
Description:
Bug 25583: Improve wording
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-12-09 10:50:43 UTC
Size:
1.43 KB
patch
obsolete
>From b71b269c39db1ff60014e37eff848ff88a115875 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 9 Dec 2020 11:50:24 +0100 >Subject: [PATCH] Bug 25583: Improve wording > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 45f82d6fcc..169c318877 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -591,7 +591,7 @@ $(document).ready(function() { > } else if ( ClaimReturnedLostValue ) { > content = '<a class="btn btn-default btn-xs claim-returned-btn" data-itemnumber="' + oObj.itemnumber + '"><i class="fa fa-exclamation-circle"></i> ' + __("Claim returned") + '</a>'; > } else { >- content = '<a class="btn btn-default btn-xs" disabled="disabled" title="Claim returned is disabled"><i class="fa fa-exclamation-circle"></i> ' + __("Claim returned") + '</a>'; >+ content = '<a class="btn btn-default btn-xs" disabled="disabled" title="ClaimReturnedLostValue is not set, this feature is disabled"><i class="fa fa-exclamation-circle"></i> ' + __("Claim returned") + '</a>'; > } > return content; > } >-- >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 25583
:
113867
|
113878
|
114108
|
114245
| 114276