Bugzilla – Attachment 17153 Details for
Bug 5432
Duplicate patron feature
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 5432 [Follow-up] Duplicate patron feature
Bug-5432-Follow-up-Duplicate-patron-feature.patch (text/plain), 1.71 KB, created by
David Cook
on 2013-04-02 23:32:20 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 5432 [Follow-up] Duplicate patron feature
Filename:
MIME Type:
Creator:
David Cook
Created:
2013-04-02 23:32:20 UTC
Size:
1.71 KB
patch
obsolete
>From 0d2f04d92de01399c4db1366398ad5a4d4e3f9f2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 26 Mar 2013 10:19:58 -0400 >Subject: [PATCH] Bug 5432 [Follow-up] Duplicate patron feature > >It is noted in Bug 5432 that during a duplicate operation one field, >'Sort1' does not automatically clear when the cursor moves into it. This >patch corrects this. > >Edit a patron record to have data in the Sort1 and Sort2 fields. Perform >a duplicate operation on this patron and confirm that the Sort1 and >Sort2 fields show the information from the original patron record. When >you click on each field the contents should disappear. > >Signed-off-by: David Cook <dcook@prosentient.com.au> > >Works as described. >--- > .../prog/en/modules/members/memberentrygen.tt | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 6651e34..3843c56 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1046,7 +1046,11 @@ > [% IF ( CGIsort1 ) %] > [% CGIsort1 %] > [% ELSE %] >- <input type="text" id="sort1" name="sort1" size="20" value="[% sort1 %]" /> >+ [% IF ( opduplicate ) %] >+ <input type="text" id="sort1" name="sort1" size="20" value="[% sort1 %]" onclick="this.value=''" /> >+ [% ELSE %] >+ <input type="text" id="sort1" name="sort1" size="20" value="[% sort1 %]" /> >+ [% END %] > [% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %] > [% END %] > </li> >-- >1.7.7.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 5432
:
3142
|
3146
|
3232
|
3472
|
16894
|
17153
|
17154