Browse Source

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'.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Katrin Fischer 5 years ago
committed by Martin Renvoize
parent
commit
ff2641ca86
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt

4
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt

@ -148,7 +148,7 @@ Basket [% basket.basketno | html %] &rsaquo; 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 %] &rsaquo; 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>

2
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>

Loading…
Cancel
Save