Bugzilla – Attachment 184260 Details for
Bug 37604
Give skip_open_orders checkbox an ID in batch record deletion template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37604 - Give skip_open_orders checkbox an ID in batch record deletion template
Bug-37604---Give-skipopenorders-checkbox-an-ID-in-.patch (text/plain), 1.61 KB, created by
Aman
on 2025-07-17 23:47:06 UTC
(
hide
)
Description:
Bug 37604 - Give skip_open_orders checkbox an ID in batch record deletion template
Filename:
MIME Type:
Creator:
Aman
Created:
2025-07-17 23:47:06 UTC
Size:
1.61 KB
patch
obsolete
>From 54886cba48144ecef502dab0239070a2d29eda59 Mon Sep 17 00:00:00 2001 >From: Aman Pilgrim <amanpilgrim@gmail.com> >Date: Thu, 17 Jul 2025 22:27:55 +0000 >Subject: [PATCH] Bug 37604 - Give skip_open_orders checkbox an ID in batch > record deletion template > >To Test: >1. Navigate to Home > Cataloging > Batch record deletion >2. Click 'Skip bibliographic records with open acquisition orders' to toggle >the Record type checkbox >--- > .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >index aa5033dde5..1bfd843ed7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >@@ -91,7 +91,7 @@ > <li><label for="biblio_type">Bibliographic: </label><input type="radio" name="recordtype" value="biblio" id="biblio_type" checked="checked" /></li> > <li><label for="authority_type">Authorities: </label><input type="radio" name="recordtype" value="authority" id="authority_type" /></li> > <li class="skip_open_orders"> >- <input type="checkbox" name="skip_open_orders" checked /> >+ <input type="checkbox" name="skip_open_orders" id="skip_open_orders" checked /> > <label for="skip_open_orders">Skip bibliographic records with open acquisition orders</label> > </li> > </ol> >-- >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 37604
:
184260
|
184275
|
184276