Bugzilla – Attachment 82133 Details for
Bug 21799
Change wording for quantity input field on order receive page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21799: Change wording for quantity input field on order receive page
Bug-21799-Change-wording-for-quantity-input-field-.patch (text/plain), 1.42 KB, created by
Katrin Fischer
on 2018-11-08 22:21:29 UTC
(
hide
)
Description:
Bug 21799: Change wording for quantity input field on order receive page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-11-08 22:21:29 UTC
Size:
1.42 KB
patch
obsolete
>From 3dccea938c39e75037e9d403df075906a58cf472 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 1 Nov 2018 13:38:35 +0000 >Subject: [PATCH] Bug 21799: Change wording for quantity input field on order > receive page > >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 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 673717793e..a566b5adbd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -235,7 +235,7 @@ > [% 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%] >-- >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 21799
:
82133
|
82163
|
82253