http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8938

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8938
                CC: [email protected]
          Assignee: [email protected]
           Summary: Transport cost matrix script and template contain
                    untranslatable strings
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: master
         Component: System Administration
           Product: Koha

In the template, a string in JavaScript is not wrapped in the proper function:

    alert("Cost must be expressed as a decimal number >= 0");

In the script, error messages are built with English strings and passed whole
to the template:

    push @errors, "Invalid value for $from_row{name} ->
$from_to_input_def{name}"

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to