This patch does not apply cleanly to 3.4.x. If it should, please fix up and
resubmit with [3.4.x] in the subject line.

Kind Regards,
Chris


2011/5/13 Frédéric Demians <f.demi...@tamil.fr>

> From: Paul Poulain <paul.poul...@biblibre.com>
>
> [2011.05.13] F. Demians. Rebased on HEAD.
>
> Signed-off-by: Frédéric Demians <f.demi...@tamil.fr>
> ---
>  koha-tmpl/intranet-tmpl/prog/en/js/acq.js |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js
> b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js
> index bcfb7b8..ad573de 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js
> +++ b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js
> @@ -4,7 +4,7 @@
>  function uncheckbox(form, field) {
>     var price = new Number(form.elements['price' + field].value);
>     var tmpprice = "";
> -    var errmsg = "ERROR: Price is not a valid number, please check the
> price and try again!"
> +    var errmsg = _("ERROR: Price is not a valid number, please check the
> price and try again!");
>     if (isNaN(price)) {
>         alert(errmsg);
>         for(var i=0; i<form.elements['price' + field].value.length; ++i) {
> --
> 1.7.4
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches@lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/
_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to