Bugzilla – Attachment 158386 Details for
Bug 28805
Add on-site option to batch checkout functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28805: (follow-up) Fix non-printable char that breaks tests
Bug-28805-follow-up-Fix-non-printable-char-that-br.patch (text/plain), 1.06 KB, created by
Katrin Fischer
on 2023-11-04 13:47:18 UTC
(
hide
)
Description:
Bug 28805: (follow-up) Fix non-printable char that breaks tests
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 13:47:18 UTC
Size:
1.06 KB
patch
obsolete
>From e14f59aa3896732101406195d58e9a0e2e3eeef5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 4 Nov 2023 13:45:56 +0000 >Subject: [PATCH] Bug 28805: (follow-up) Fix non-printable char that breaks > tests > >--- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index 59ab59ee68..2f7e19ec3f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -100,7 +100,7 @@ > </li> > </ol> > </fieldset> >- [% IF Koha.Preference('SpecifyDueDate') ||Â Koha.Preference('OnSiteCheckouts') %] >+ [% IF Koha.Preference('SpecifyDueDate') || Koha.Preference('OnSiteCheckouts') %] > <fieldset class="rows"> > <ol> > [% IF Koha.Preference('SpecifyDueDate') %] >-- >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 28805
:
152992
|
153105
|
153185
|
154346
|
156182
|
156183
|
156184
|
158108
|
158279
| 158386