Bugzilla – Attachment 35775 Details for
Bug 13657
Don't show extra comma after guarantor name on patron details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13657 - Don't show extra comma after guarantor name on patron details
Bug-13657---Dont-show-extra-comma-after-guarantor-.patch (text/plain), 1.55 KB, created by
Thomas Wright
on 2015-02-10 12:29:32 UTC
(
hide
)
Description:
Bug 13657 - Don't show extra comma after guarantor name on patron details
Filename:
MIME Type:
Creator:
Thomas Wright
Created:
2015-02-10 12:29:32 UTC
Size:
1.55 KB
patch
obsolete
>From ab3d4d15fe5517ae68d448358cbebc5eada6055d Mon Sep 17 00:00:00 2001 >From: Thomas <tomsStudy@gmail.com> >Date: Tue, 10 Feb 2015 12:23:53 +0000 >Subject: [PATCH] Bug 13657 - Don't show extra comma after guarantor name on > patron details > >Removed second name and comma from template file > >Testing plan: >- Create 2 patrons, one each for > - an organisation type patron category > - a member of organisation type patron category >- Link both from the 'member patron' edit form >- Note that the guarantor is now shown on the details tab >- Verify there is no extra comma after the organisation's name >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 8ebd31f..4aeb76d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -228,7 +228,7 @@ function validate1(date) { > [% END %] > [% ELSE %] > [% IF ( guarantorborrowernumber ) %] >- <li><span class="label">Guarantor:</span><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantorborrowernumber %]">[% guarantorsurname %], [% guarantorfirstname %]</a></li> >+ <li><span class="label">Guarantor:</span><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantorborrowernumber %]">[% guarantorsurname %]</a></li> > [% END %] > [% END %] > </ol> >-- >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 13657
:
35775
|
35805
|
36266
|
36548