Bugzilla – Attachment 166953 Details for
Bug 36904
ILL error when searching from table search input
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36904: Fix batch->ill_batch
Bug-36904-Fix-batch-illbatch.patch (text/plain), 1000 bytes, created by
Pedro Amorim
on 2024-05-21 09:14:29 UTC
(
hide
)
Description:
Bug 36904: Fix batch->ill_batch
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-05-21 09:14:29 UTC
Size:
1000 bytes
patch
obsolete
>From 5e7e482ef58520e08a04cb561cec0aaafce1ca19 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 21 May 2024 09:13:49 +0000 >Subject: [PATCH] Bug 36904: Fix batch->ill_batch > >This was missed when renaming follow-ups were added to bug 30719 >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >index 8cf93d1baa..8138ca5dd7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -231,7 +231,7 @@ $(document).ready(function() { > } > }, > { >- "data": "batch.name", // batch >+ "data": "ill_batch.name", // batch > "orderable": false, > "render": function(data, type, row, meta) { > return row.ill_batch ? >-- >2.39.2
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 36904
:
166953
|
166954
|
166994
|
167121