Bugzilla – Attachment 54947 Details for
Bug 16996
Template process failed: undef error - Can't call method "description"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[16.05] Bug 16996 Fix a bug introduced in 16.05
1605-Bug-16996-Fix-a-bug-introduced-in-1605.patch (text/plain), 882 bytes, created by
Frédéric Demians
on 2016-08-28 08:36:17 UTC
(
hide
)
Description:
[16.05] Bug 16996 Fix a bug introduced in 16.05
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2016-08-28 08:36:17 UTC
Size:
882 bytes
patch
obsolete
>From 91d347ff7828ca9c0699d3a05ae29814e7652a7c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Sun, 28 Aug 2016 10:40:36 +0200 >Subject: [PATCH] [16.05] Bug 16996 Fix a bug introduced in 16.05 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> >--- > opac/opac-memberentry.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl >index f8b0210..a1efa74 100755 >--- a/opac/opac-memberentry.pl >+++ b/opac/opac-memberentry.pl >@@ -179,6 +179,7 @@ if ( $action eq 'create' ) { > } > elsif ( $action eq 'update' ) { > >+ my $borrower = GetMember( borrowernumber => $borrowernumber ); > my %borrower = ParseCgiForBorrower($cgi); > > my %borrower_changes = DelEmptyFields(%borrower); >-- >2.9.2
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 16996
:
53959
|
54011
|
54148
|
54167
|
54175
|
54176
|
54396
|
54397
| 54947