Bugzilla – Attachment 157364 Details for
Bug 35094
ILL new request is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35094: Update batch to ill_batch accessor in .tt file
Bug-35094-Update-batch-to-illbatch-accessor-in-tt-.patch (text/plain), 1.64 KB, created by
Lucas Gass (lukeg)
on 2023-10-18 23:11:14 UTC
(
hide
)
Description:
Bug 35094: Update batch to ill_batch accessor in .tt file
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-10-18 23:11:14 UTC
Size:
1.64 KB
patch
obsolete
>From f6057534489077d56c508b06e9905c3a1d493708 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 18 Oct 2023 15:40:17 +0000 >Subject: [PATCH] Bug 35094: Update batch to ill_batch accessor in .tt file > >Test plan: >1) Install FreeForm and enable ILLmodule, run: >bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) >2) Visit /cgi-bin/koha/ill/ill-requests.pl >3) Create 'New ILL request' >4) Select the request type, input cardnumber '42' and select a library >5) Hit 'Create' >6) Notice the request now creates successfully > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index e9fe937b87b..86c02117a92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -666,7 +666,7 @@ > [% END %] > [% END %] > </li> >- [% IF request.batch > 0 %] >+ [% IF request.ill_batch > 0 %] > <li class="batch"> > <span class="label batch">Batch:</span> > <a href="/cgi-bin/koha/ill/ill-requests.pl?batch_id=[% request.batch.ill_batch_id | uri %]"> >-- >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 35094
:
157338
|
157353
| 157364