Bugzilla – Attachment 162809 Details for
Bug 36241
ILL Batches are broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36241: Update missing query_type => op in ill-batch.inc
Bug-36241-Update-missing-querytype--op-in-ill-batc.patch (text/plain), 1.39 KB, created by
Pedro Amorim
on 2024-03-06 09:57:36 UTC
(
hide
)
Description:
Bug 36241: Update missing query_type => op in ill-batch.inc
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-06 09:57:36 UTC
Size:
1.39 KB
patch
obsolete
>From 36405a805bf74f5a01a7556b5cb634f26bab0a5c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 6 Mar 2024 09:56:00 +0000 >Subject: [PATCH] Bug 36241: Update missing query_type => op in ill-batch.inc > >Test plan: >- Add 'FreeForm' backend and enable ILLModule, run: >bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) >- Install a metadata enrichment plugin, e.g.: >https://github.com/PTFS-Europe/koha-plugin-api-pubmed/releases >- Add 5 batches, run the following command in kshell: >for x in {1..5}; do echo "INSERT INTO illbatches (name, backend, library_id, status_code, patron_id) VALUES ('$x', 'FreeForm', 'CPL', 'NEW', 52);"; done | koha-mysql kohadev >- Visit ILL batches page: ><INTRA_URL>/cgi-bin/koha/ill/ill-requests.pl?method=batch_list >- Confirm no batches are shown. Apply patch. Repeat. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch.inc >index ebe1a4cf418..c92e5770f8d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch.inc >@@ -1,4 +1,4 @@ >-[% IF query_type == "batch_list" %] >+[% IF op == "batch_list" %] > <h1> > <span>View ILL requests batches</span> > </h1> >-- >2.30.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 36241
:
162808
|
162809
|
162863
|
162864