Bugzilla – Attachment 122054 Details for
Bug 28271
Add the ability to set a new lost status when a claim is resolved
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28271: Add (current status)
Bug-28271-Add-current-status.patch (text/plain), 968 bytes, created by
Jonathan Druart
on 2021-06-17 08:27:47 UTC
(
hide
)
Description:
Bug 28271: Add (current status)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-06-17 08:27:47 UTC
Size:
968 bytes
patch
obsolete
>From 1bf5b51cc6fda5126ed3441a3005b23c53e5415d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Jun 2021 10:26:20 +0200 >Subject: [PATCH] Bug 28271: Add (current status) > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index f7b70704d1c..3e2e1187327 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -1139,6 +1139,8 @@ $(document).ready(function() { > > $('#claims-returned-resolved-modal-id').val(id); > $("#new_lost_status").val(current_lost_status); >+ let selected_option = $("#new_lost_status option:selected"); >+ $(selected_option).text(_("%s (current status)").format($(selected_option).text())); > $('#claims-returned-resolved-modal').modal() > }); > >-- >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 28271
:
120335
|
120336
|
120406
|
122047
|
122054
|
122093
|
122094
|
122095
|
122096
|
122120
|
122121
|
122122
|
122123