| Summary: | Strange _AUTHOR_ text in Relative's checkout table | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marc Véron <veron> |
| Component: | Circulation | Assignee: | Marc Véron <veron> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | gmcharlt, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug 13786 - Strange _AUTHOR_ text in Relative's checkout table | ||
|
Description
Marc Véron
2015-03-03 20:55:36 UTC
Seems to be related to following line in koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc
var BY = _("by _AUTHOR_");
Created attachment 36430 [details] [review] Bug 13786 - Strange _AUTHOR_ text in Relative's checkout table To reproduce: Go to Home > Circulation > Checkouts > [a patron who has relatives with checkouts] Select Tab "Relative's checkouts" Result: In Title Column the text by _AUTHOR_ appears, e.g. by _AUTHOR_ Glauser, Friedrich To test: Apply patch and refresh Result: The text _AUTHOR_ no longer appears. The Example above reads by Glauser, Friedrich |