Bugzilla – Attachment 36430 Details for
Bug 13786
Strange _AUTHOR_ text in Relative's checkout table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13786 - Strange _AUTHOR_ text in Relative's checkout table
Bug-13786---Strange-AUTHOR-text-in-Relatives-check.patch (text/plain), 1.32 KB, created by
Marc Véron
on 2015-03-03 21:11:06 UTC
(
hide
)
Description:
Bug 13786 - Strange _AUTHOR_ text in Relative's checkout table
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-03 21:11:06 UTC
Size:
1.32 KB
patch
obsolete
>From dad2f9d29c5dc329b84cf65ac5d58f0a347ae8a9 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 3 Mar 2015 22:06:00 +0100 >Subject: [PATCH] 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 >--- > koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >index 20a0dad..9f79502 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >@@ -10,7 +10,7 @@ > var REASON_UNKNOWN = _("reason unkown"); > var TODAYS_CHECKOUTS = _("Today's checkouts"); > var PREVIOUS_CHECKOUTS = _("Previous checkouts"); >- var BY = _("by _AUTHOR_"); >+ var BY = _("by "); > var ON_HOLD = _("On hold"); > var NOT_RENEWABLE = _("Not renewable"); > var NOT_RENEWABLE_TOO_SOON = _("No renewal before %s"); >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13786
: 36430