[Koha-bugs] [Bug 8938] New: Transport cost matrix script and template contain untranslatable strings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 17 19:03:42 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8938
                CC: gmcharlt at gmail.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: Transport cost matrix script and template contain
                    untranslatable strings
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: oleonard at myacpl.org
          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.


More information about the Koha-bugs mailing list