Bugzilla – Attachment 47252 Details for
Bug 14752
Add multiple copies to a basket at once
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14752 - [QA Followup] Correct error message
Bug-14752---QA-Followup-Correct-error-message.patch (text/plain), 1.05 KB, created by
Nick Clemens (kidclamp)
on 2016-01-25 13:43:50 UTC
(
hide
)
Description:
Bug 14752 - [QA Followup] Correct error message
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-01-25 13:43:50 UTC
Size:
1.05 KB
patch
obsolete
>From b6bbb669056989d4e695fa25755d9f2c660c29c2 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 25 Jan 2016 13:41:20 +0000 >Subject: [PATCH] Bug 14752 - [QA Followup] Correct error message > >Message changed from 'greater than 1' to 'greater than or equal to 1' >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 016da92..c993e1c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -663,7 +663,7 @@ $(document).ready(function() > > <div id="multiCountModal" class="modal hide fade" aria-labelledby="multiCountModal" aria-hidden="true"> > <h3>Invalid number of copies</h3> >- <p>Please enter a <b>number</b>, greater than 1</p> >+ <p>Please enter a <b>number</b>, greater than or equal to 1</p> > </div> > > </div> >-- >2.1.4
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 14752
:
46093
|
46439
|
46832
|
46833
|
47223
|
47252
|
47477
|
48254
|
51481
|
52083
|
52587
|
52588
|
52605
|
52606
|
55527
|
55528
|
56649
|
56684