Bugzilla – Attachment 110794 Details for
Bug 23114
Inventory: allow to scan barcodes into input field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23114: (QA follow-up) Slightly rephrase message when both barcode options are used
Bug-23114-QA-follow-up-Slightly-rephrase-message-w.patch (text/plain), 1.29 KB, created by
Katrin Fischer
on 2020-09-26 18:37:36 UTC
(
hide
)
Description:
Bug 23114: (QA follow-up) Slightly rephrase message when both barcode options are used
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-09-26 18:37:36 UTC
Size:
1.29 KB
patch
obsolete
>From bcec63b093dfbb63f1eaf3d3b2464813c5e37f46 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 26 Sep 2020 20:36:12 +0200 >Subject: [PATCH] Bug 23114: (QA follow-up) Slightly rephrase message when both > barcode options are used > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 26b096fb4e..5346304268 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -291,7 +291,7 @@ > <script type="text/javascript"> > function checkForm() { > if ( $('#uploadbarcodes').val() && $('#barcodelist').val() ) { >- alert(_("You have uploaded a barcode file and scanned barcodes at the same time. Please choose one of the options before.")); >+ alert(_("You have uploaded a barcode file and scanned barcodes at the same time. Please choose one of the two options.")); > return false; > } > if ( $('#uploadbarcodes').val() || $('#barcodelist').val() ) { >-- >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 23114
:
91020
|
93667
|
110773
|
110793
| 110794