From 5ee7a2c09631e5c5ae81390b55fbc1967522eb4b Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 Placed on Received on Quantity received - Pending order + Quantity ordered Unit cost Fund @@ -269,7 +269,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders Placed on Received on Quantity received - Pending order + Quantity ordered Unit cost Fund 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 @@ Placed on Received on Quantity received - Pending order + Quantity ordered Unit cost Fund -- 2.17.1