Bug 21799: Change wording for quantity input field on order receive page
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 1 Nov 2018 13:38:35 +0000 (13:38 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 13 Nov 2018 21:12:42 +0000 (21:12 +0000)
Changes the label from "Quantity to receive" to "Quantity ordered".
The label below reads "Quantity received".

To test:
- Order something in acquisition
- Add a new shipment and create an invoice
- Receive an order line
- On the order receive form, check for the labels mentioned above

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt

index 6737177..a566b5a 100644 (file)
             [% INCLUDE 'patron-title.inc' patron = creator %]
         </span>
        </li>
-       <li><label for="quantity_to_receive">Quantity to receive: </label><span class="label">
+       <li><label for="quantity_to_receive">Quantity ordered: </label><span class="label">
            [% IF edit or subscriptionid %]
                <input type="text" id="quantity_to_receive" name="quantity" value="[% quantity | html %]" />
            [% ELSE%]