Bugzilla – Attachment 180874 Details for
Bug 38685
ILL pages have incomplete breadcrumbs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38685: Remove useless batch_create code
Bug-38685-Remove-useless-batchcreate-code.patch (text/plain), 1.70 KB, created by
Pedro Amorim
on 2025-04-11 14:33:54 UTC
(
hide
)
Description:
Bug 38685: Remove useless batch_create code
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-04-11 14:33:54 UTC
Size:
1.70 KB
patch
obsolete
>From 6110ae6441625e28d310b88ab2e51a4ba2929265 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 12 Dec 2024 12:40:05 +0000 >Subject: [PATCH] Bug 38685: Remove useless batch_create code > >This is not used and not needed. >Noticed when evaluating every potential 'op'. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > ill/ill-requests.pl | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 2 files changed, 1 insertion(+), 4 deletions(-) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index 10077427c72..5902a688837 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -461,9 +461,6 @@ if ($backends_available) { > exit; > } elsif ( $op eq "batch_list" ) { > >- # Do not remove, it prevents us falling through to the 'else' >- } elsif ( $op eq "batch_create" ) { >- > # Do not remove, it prevents us falling through to the 'else' > } else { > $op =~ s/^cud-//; >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 ff5d074685a..01df69a7549 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 >@@ -886,7 +886,7 @@ > </fieldset> > </form> > </div> >- [% ELSIF op == 'batch_list' || op == 'batch_create' %] >+ [% ELSIF op == 'batch_list' %] > [% INCLUDE 'ill-batch.inc' %] > [% ELSE %] > <!-- Custom Backend Action --> >-- >2.39.5
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 38685
:
175397
|
175399
|
175400
|
175401
|
175460
|
175461
|
175462
|
175463
|
176273
|
176274
|
176275
|
176276
|
179787
|
179788
|
179789
|
179790
| 180874 |
180875
|
180876
|
180877