Bugzilla – Attachment 77206 Details for
Bug 21110
Undefined subroutine &main::checkcardnumber installer/onboarding.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21110 - Undefined subroutine &main::checkcardnumber installer/onboarding.pl
0001-Bug-21110-Undefined-subroutine-main-checkcardnumber-.patch (text/plain), 932 bytes, created by
Amit Gupta
on 2018-07-24 08:39:12 UTC
(
hide
)
Description:
Bug 21110 - Undefined subroutine &main::checkcardnumber installer/onboarding.pl
Filename:
MIME Type:
Creator:
Amit Gupta
Created:
2018-07-24 08:39:12 UTC
Size:
932 bytes
patch
obsolete
>From 736e80e3253ea8b0c1773b699a7a552c860d4ea4 Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amit.gupta@informaticsglobal.com> >Date: Tue, 24 Jul 2018 14:05:21 +0530 >Subject: [PATCH] Bug 21110 - Undefined subroutine &main::checkcardnumber > installer/onboarding.pl > >Test: >1. Install the Koha and run ../cgi-bin/koha/installer/onboarding.pl >2. You can see Undefined subroutine &main::checkcardnumber while creating the member. >3. Apply the patch and rerun /cgi-bin/koha/installer/onboarding.pl now you can able to create member. >--- > installer/onboarding.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/onboarding.pl b/installer/onboarding.pl >index f8bd84e..0b27bb4 100755 >--- a/installer/onboarding.pl >+++ b/installer/onboarding.pl >@@ -22,6 +22,7 @@ use C4::Context; > use C4::InstallAuth; > use CGI qw ( -utf8 ); > use C4::Output; >+use C4::Members; > use Koha::Patrons; > use Koha::Libraries; > use Koha::Database; >-- >2.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 21110
:
77205
| 77206