Bugzilla – Attachment 114715 Details for
Bug 26875
Allow printing of just one barcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26875: (follow-up) Fix error message ("greater or equal")
Bug-26875-follow-up-Fix-error-message-greater-or-e.patch (text/plain), 1.14 KB, created by
Victor Grousset/tuxayo
on 2020-12-28 17:36:31 UTC
(
hide
)
Description:
Bug 26875: (follow-up) Fix error message ("greater or equal")
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-12-28 17:36:31 UTC
Size:
1.14 KB
patch
obsolete
>From 110e634a2d9e5cbea1ab666cd1528f06c0e5a099 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 28 Dec 2020 18:28:58 +0100 >Subject: [PATCH] Bug 26875: (follow-up) Fix error message ("greater or equal") > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > .../intranet-tmpl/prog/en/modules/labels/label-edit-range.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt >index 17c111e260..dc4a58a712 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt >@@ -62,7 +62,7 @@ > $(document).ready(function () { > $.validator.addMethod("gt", function(value, element, params) { > return parseInt(value) >= parseInt($(params).val()); >- }, _("Must be greater than from value.")); >+ }, _("Must be greater or equal to the from value.")); > > $("form[name=add_by_number]").validate({ > rules: { >-- >2.29.2
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 26875
:
112726
|
112973
|
114714
| 114715