Bugzilla – Attachment 122096 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), 1021 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-06-17 19:56:31 UTC
(
hide
)
Description:
Bug 28271: Add (current status)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-06-17 19:56:31 UTC
Size:
1021 bytes
patch
obsolete
>From e0fe6c031ad2e9408f858a9122d8643f3daa286a 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) > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 43f62ecdcb..0c391c2bc0 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.32.0
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