Bug 13786

Summary: Strange _AUTHOR_ text in Relative's checkout table
Product: Koha Reporter: Marc Véron <veron>
Component: CirculationAssignee: Marc Véron <veron>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- 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
In relatives issues tabel on Checkout page I get a strange tag _AUHOR_ in Title Column

Example: 
Wachtmeister Studers erste Fälle : by _AUTHOR_ Glauser
Comment 1 Marc Véron 2015-03-03 21:05:36 UTC
Seems to be related to following line in koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc

var BY = _("by _AUTHOR_");
Comment 2 Marc Véron 2015-03-03 21:11:06 UTC
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
Comment 3 Katrin Fischer 2015-03-03 22:11:07 UTC
Sorry, I think this is a duplicate - I QA'd the other patch today.

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