@@ -, +, @@ --- .../prog/en/modules/acqui/addorderiso2709.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -107,7 +107,7 @@ } }); if ( error > 0 ) { - alert(error + " " + _("quantity values are not filled or not a number")); + alert(error + " " + _("quantity values are not filled in or are not numbers")); return false; } @@ -141,7 +141,7 @@
Import all the checked items in the basket with the following parameters:
[% IF ( items ) %] @@ -314,7 +314,7 @@