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