Bug 24783

Summary: Untranslatable strings in checkouts.js
Product: Koha Reporter: paxed <pasi.kallinen>
Component: I18N/L10NAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: f.demians, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 14697    
Bug Blocks:    

Description paxed 2020-03-03 07:13:20 UTC
Untranslatable strings in checkouts.js:

- title += ' by ' + oObj.author;
- title="Double click to edit"
- "on" in line desc = '<strong>' + oObj.resolution_data.lib + '</strong> on <i>' + oObj.resolved_on + '</i>';
- </i> Delete</a>
- </i> Resolve</a>
- '  Actions <span class="caret">
- </i> Edit notes</a>
- </i> Update</a>
- href="#">Cancel</a>
Comment 1 Jonathan Druart 2020-04-07 13:53:35 UTC
Coming from
  commit 291f03fe65da4476b33adf9f9e7e533668b9a313
  Bug 14697: Enhance the return claims feature
Comment 2 Katrin Fischer 2020-04-13 15:22:04 UTC
I found some more on the other bug - marking this duplicate.

*** This bug has been marked as a duplicate of bug 25118 ***