Bugzilla – Attachment 146068 Details for
Bug 32785
Typo: Maximum number of simultaneus pickups per interval (curbside pickups)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32785: Typo: Maximum number of simultaneus pickups per interval (curbside pickups)
Bug-32785-Typo-Maximum-number-of-simultaneus-picku.patch (text/plain), 1.88 KB, created by
Marcel de Rooy
on 2023-02-03 10:44:34 UTC
(
hide
)
Description:
Bug 32785: Typo: Maximum number of simultaneus pickups per interval (curbside pickups)
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-02-03 10:44:34 UTC
Size:
1.88 KB
patch
obsolete
>From ade868a546946d3a80e2172f52419b7ae1effc6f Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 1 Feb 2023 14:59:38 -0500 >Subject: [PATCH] Bug 32785: Typo: Maximum number of simultaneus pickups per > interval (curbside pickups) >Content-Type: text/plain; charset=utf-8 > >This patch corrects a small typo in the curbside pickup administration >page. > >To test: >1. Apply patch >2. Enable the CurbsidePickup system preferences >3. Go to Administration > Curbside pickup > --> Next to Maximum patrons per interval, the tip should be "Maximum number of simultaneous pickups per interval" > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >index 1f86ebf9b2..f4597d88ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >@@ -107,7 +107,7 @@ > <li> > <label for="max-per-interval-[% l.branchcode | html %]">Maximum patrons per interval: </label> > <input name="max-per-interval-[% l.branchcode | html %]" id="max-per-interval-[% l.branchcode | html %]" value="[% policies.$branchcode.patrons_per_interval | html %]" type="text"> >- <span class="hint">Maximum number of simultaneus pickups per interval.</span> >+ <span class="hint">Maximum number of simultaneous pickups per interval.</span> > </li> > > <li> >-- >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 32785
:
145978
|
145993
| 146068