Bugzilla – Attachment 97262 Details for
Bug 17611
Searching for orders uses misleading column name "Pending order"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17611: Change 'Pending order' to 'Quantity ordered'
Bug-17611-Change-Pending-order-to-Quantity-ordered.patch (text/plain), 3.06 KB, created by
Katrin Fischer
on 2020-01-12 09:19:09 UTC
(
hide
)
Description:
Bug 17611: Change 'Pending order' to 'Quantity ordered'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-12 09:19:09 UTC
Size:
3.06 KB
patch
obsolete
>From 5ee7a2c09631e5c5ae81390b55fbc1967522eb4b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 12 Jan 2020 10:11:12 +0100 >Subject: [PATCH] Bug 17611: Change 'Pending order' to 'Quantity ordered' > >Picking Quantity ordered as it seems more in line with >other pages in Koha where we show information. We always >show the quantity, so it makes sense to also have this >label on the 'order search' and 'copy existing order'. > >Order search >1) Make sure you have some orders in your acq module >2) Go to the top and do an empty orders search >3) Review the column headings of the search results >4) Find "Pending order" > >Order from existing order (copy) >1) Create or choose an existing open basket >2) 'Add to basket' - 'From existing orders' >3) Search to find some of your orders >4) Look at the column headings, find 'Pending order' >5) Pick some orders and fill out order information, save >6) Summary: Find 'Pending order' in the table again > >x) Apply the patch and make sure all 'Pending' orders >above have been changed to 'Quantity ordered'. >--- > .../intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >index 28ec77f732..27e533354f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >@@ -148,7 +148,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders > <th class="title-string">Placed on</th> > <th class="title-string">Received on</th> > <th>Quantity received</th> >- <th>Pending order</th> >+ <th>Quantity ordered</th> > <th>Unit cost</th> > <th>Fund</th> > </tr> >@@ -269,7 +269,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders > <th class="title-string">Placed on</th> > <th class="title-string">Received on</th> > <th>Quantity received</th> >- <th>Pending order</th> >+ <th>Quantity ordered</th> > <th>Unit cost</th> > <th>Fund</th> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 805a6d2c1d..e4df869231 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -47,7 +47,7 @@ > <th class="title-string">Placed on</th> > <th class="title-string">Received on</th> > <th>Quantity received</th> >- <th>Pending order</th> >+ <th>Quantity ordered</th> > <th>Unit cost</th> > <th>Fund</th> > </tr> >-- >2.17.1
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 17611
:
97262
|
97390
|
98583
|
99266