Bugzilla – Attachment 14331 Details for
Bug 9330
Patron duplication : should duplicate with empty title (salutation field)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-9330-title-field-empty-when-duplicating-a-patron.patch (text/plain), 1011 bytes, created by
Adrien SAURAT
on 2012-12-31 11:14:55 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2012-12-31 11:14:55 UTC
Size:
1011 bytes
patch
obsolete
>From 0da520422ccd49e11d665c4d9391e6c22c498195 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Mon, 31 Dec 2012 12:12:02 +0100 >Subject: [PATCH] Bug 9330: title field empty when duplicating a patron > >For a duplicated patron, the "Saluation" information >is now empty by default. >--- > members/memberentry.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 9a3dd18..25d9f51 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -524,8 +524,8 @@ my $roadpopup = CGI::popup_menu(-name=>'streettype', > -default=>$default_roadtype > ); > >-my $default_borrowertitle; >-$default_borrowertitle=$data{'title'} ; >+my $default_borrowertitle = ''; >+unless ( $op eq 'duplicate' ) { $default_borrowertitle=$data{'title'} } > my($borrowertitle)=GetTitles(); > $template->param( title_cgipopup => 1) if ($borrowertitle); > my $borrotitlepopup = CGI::popup_menu(-name=>'title', >-- >1.7.5.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 9330
:
14331
|
14332
|
14991