Bugzilla – Attachment 77221 Details for
Bug 20287
Move AddMember and ModMember to Koha::Patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20287: (RM follow-up) Restore use C4::Members
Bug-20287-RM-follow-up-Restore-use-C4Members.patch (text/plain), 652 bytes, created by
Nick Clemens (kidclamp)
on 2018-07-24 14:49:14 UTC
(
hide
)
Description:
Bug 20287: (RM follow-up) Restore use C4::Members
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-07-24 14:49:14 UTC
Size:
652 bytes
patch
obsolete
>From 83ca2fdf9f3e2bf9f369293785c8422d9f976f38 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 24 Jul 2018 14:48:27 +0000 >Subject: [PATCH] Bug 20287: (RM follow-up) Restore use C4::Members > >--- > installer/onboarding.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/onboarding.pl b/installer/onboarding.pl >index f8bd84e..930c4aa 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 qw(checkcardnumber); > use Koha::Patrons; > use Koha::Libraries; > use Koha::Database; >-- >2.1.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 20287
:
73436
|
76901
|
76902
|
76903
|
76904
|
76905
|
76906
|
76907
|
76908
|
76909
|
76910
|
76911
|
76912
|
76913
|
76914
|
76915
|
76916
|
76917
|
76918
|
76919
|
76920
|
76921
|
76922
|
76923
|
76924
|
76927
| 77221