Summary: | set overlay and import status translatable in addorderiso2709.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Acquisitions | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, kyle, sandboxes |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10170 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 11845 - set overlay and import status translatable in addorderiso2709.tt
Bug 11845 - set overlay and import status translatable in addorderiso2709.tt Bug 11845 - set overlay and import status translatable in addorderiso2709.tt |
Description
Fridolin Somers
2014-02-26 09:53:59 UTC
Created attachment 25633 [details] [review] Bug 11845 - set overlay and import status translatable in addorderiso2709.tt In addorderiso2709.tt, the text for overlay and import status come from database and is not translatable. Same as Bug 10170. Test plan : - Go to acquisition module - Display an open basket - Click on "From a staged file" - Look at table => Without patch, you see codes in "Status" column : staged, imported, ... => With patch, you see descriptions in "Status" column : Staged, Imported, ... - Click on a "Add orders" - Look at table => Without patch, you see codes in "Match?" column : no_match, auto_match, ... => With patch, you see descriptions in "Match?" column : No match, Match found, ... Patch tested with a sandbox, by Nathalie CHATILLON <nathalie.chatillon@uhb.fr> Created attachment 25854 [details] [review] Bug 11845 - set overlay and import status translatable in addorderiso2709.tt In addorderiso2709.tt, the text for overlay and import status come from database and is not translatable. Same as Bug 10170. Test plan : - Go to acquisition module - Display an open basket - Click on "From a staged file" - Look at table => Without patch, you see codes in "Status" column : staged, imported, ... => With patch, you see descriptions in "Status" column : Staged, Imported, ... - Click on a "Add orders" - Look at table => Without patch, you see codes in "Match?" column : no_match, auto_match, ... => With patch, you see descriptions in "Match?" column : No match, Match found, ... Signed-off-by: Nathalie CHATILLON <nathalie.chatillon@uhb.fr> Created attachment 26188 [details] [review] Bug 11845 - set overlay and import status translatable in addorderiso2709.tt In addorderiso2709.tt, the text for overlay and import status come from database and is not translatable. Same as Bug 10170. Test plan : - Go to acquisition module - Display an open basket - Click on "From a staged file" - Look at table => Without patch, you see codes in "Status" column : staged, imported, ... => With patch, you see descriptions in "Status" column : Staged, Imported, ... - Click on a "Add orders" - Look at table => Without patch, you see codes in "Match?" column : no_match, auto_match, ... => With patch, you see descriptions in "Match?" column : No match, Match found, ... Signed-off-by: Nathalie CHATILLON <nathalie.chatillon@uhb.fr> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> This is an improvement. Only the translation of auto_match as Match found could perhaps be further improved. Pushed to master. Thank, Fridolin! Pushed to 3.14.x, will be in 3.14.08 Pushed to 3.12.x, will be in 3.12.13 |