Bugzilla – Attachment 40510 Details for
Bug 14324
"Add Child" button missing on moremember.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14324: Set "adultborrower" regardless of guarantor status.
Bug-14324-Set-adultborrower-regardless-of-guaranto.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2015-06-23 08:42:14 UTC
(
hide
)
Description:
Bug 14324: Set "adultborrower" regardless of guarantor status.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-23 08:42:14 UTC
Size:
1.03 KB
patch
obsolete
>From 462fb188167d1a4039279acaa517fe2bbd97d099 Mon Sep 17 00:00:00 2001 >From: Barton Chittenden <barton@bywatersolutions.com> >Date: Thu, 18 Jun 2015 13:31:28 -0700 >Subject: [PATCH] Bug 14324: Set "adultborrower" regardless of guarantor > status. > >Signed-off-by: Jason Robb - SEKLS (jrobb@sekls.org) > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > members/moremember.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/members/moremember.pl b/members/moremember.pl >index d448b91..2dfcc95 100755 >--- a/members/moremember.pl >+++ b/members/moremember.pl >@@ -191,7 +191,6 @@ if ( $count ) { > ); > } > $template->param( guaranteeloop => \@guaranteedata ); >- ( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); > } > else { > if ($data->{'guarantorid'}){ >@@ -206,6 +205,8 @@ else { > } > } > >+( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); >+ > my %bor; > $bor{'borrowernumber'} = $borrowernumber; > >-- >2.1.0
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 14324
:
40337
|
40426
| 40510 |
40511
|
45498