Bugzilla – Attachment 122126 Details for
Bug 28586
Cannot resolve a claim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28586: Pass the right parameter to resolve claim
Bug-28586-Pass-the-right-parameter-to-resolve-clai.patch (text/plain), 1.09 KB, created by
Nick Clemens (kidclamp)
on 2021-06-18 12:50:47 UTC
(
hide
)
Description:
Bug 28586: Pass the right parameter to resolve claim
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-06-18 12:50:47 UTC
Size:
1.09 KB
patch
obsolete
>From d3a1bd2a8a3c0ac4b0a0caac47b1e774f1b503d5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 17 Jun 2021 12:49:56 -0300 >Subject: [PATCH] Bug 28586: Pass the right parameter to resolve claim > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index fc67a26488..6ef16c71f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -1148,8 +1148,8 @@ $(document).ready(function() { > $('#claims-returned-resolved-modal-btn-submit-icon').hide(); > > params = { >- resolution: resolution, >- updated_by: logged_in_user_borrowernumber >+ resolution: resolution, >+ resolved_by: logged_in_user_borrowernumber > }; > > $.ajax({ >-- >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 28586
:
122083
|
122092
|
122110
|
122111
|
122124
|
122125
|
122126
|
122127
|
122129
|
122130