Bugzilla – Attachment 88035 Details for
Bug 6730
Rename 'basket' filter to 'basket name' on receive page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6730: Rename 'basket' filter to 'basket name' on receive page
Bug-6730-Rename-basket-filter-to-basket-name-on-re.patch (text/plain), 1.38 KB, created by
Michal Denar
on 2019-04-15 19:59:06 UTC
(
hide
)
Description:
Bug 6730: Rename 'basket' filter to 'basket name' on receive page
Filename:
MIME Type:
Creator:
Michal Denar
Created:
2019-04-15 19:59:06 UTC
Size:
1.38 KB
patch
obsolete
>From c5cc5385a60807dc1caafc64f48b75047b95c0fa Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 10 Apr 2019 00:33:48 +0200 >Subject: [PATCH] Bug 6730: Rename 'basket' filter to 'basket name' on receive > page > >This way it's clear that you can search for the name here, but >not for the number. It also matches the labelling of the >other filter: Basket group name below. > >To test: >- Receive shipment >- Enter invoice number and go to receive page >- Look at the filters on the left >- Confirm the changed label and that basket name is searched > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index b34894d7d9..1686c744c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -418,7 +418,7 @@ > <input type="text" name="summaryfilter" id="summaryfilter" value="[% summaryfilter | html %]"/> > </li> > <li> >- <label for="basketfilter">Basket:</label> >+ <label for="basketfilter">Basket name:</label> > <input type="text" name="basketfilter" id="basketfilter" value="[% basketfilter | html %]"/> > </li> > <li> >-- >2.11.0
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 6730
:
5033
|
87689
|
88035
|
88157