Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 22 Feb 2018 16:06:59 +0000 (13:06 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 18 Jul 2018 15:49:47 +0000 (15:49 +0000)
commitef410fd62f279a10687636a4f26babb2c91ecadc
tree9195faa473c58f7acba434627f37061917c53aec
parentae927390ffabdc26d66b254a17abbe81e6683279
Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
36 files changed:
C4/Auth_with_ldap.pm
C4/Members.pm
Koha/NorwegianPatronDB.pm
Koha/Patrons/Import.pm
installer/onboarding.pl
members/memberentry.pl
members/nl-search.pl
misc/devel/create_superlibrarian.pl
opac/svc/auth/googleopenidconnect
t/db_dependent/Acquisition/OrderUsers.t
t/db_dependent/Budgets.t
t/db_dependent/Circulation.t
t/db_dependent/Circulation/Branch.t
t/db_dependent/Circulation/Chargelostitem.t
t/db_dependent/Circulation/CheckIfIssuedToPatron.t
t/db_dependent/Circulation/GetTopIssues.t
t/db_dependent/Circulation/IsItemIssued.t
t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t
t/db_dependent/Circulation/MarkIssueReturned.t
t/db_dependent/Circulation/issue.t
t/db_dependent/Holds.t
t/db_dependent/Holds/LocalHoldsPriority.t
t/db_dependent/Holds/RevertWaitingStatus.t
t/db_dependent/Koha/Object.t
t/db_dependent/Koha/Patrons.t
t/db_dependent/Letters.t
t/db_dependent/Members.t
t/db_dependent/Members/GetAllIssues.t
t/db_dependent/Members/IssueSlip.t
t/db_dependent/Patron/Borrower_Debarments.t
t/db_dependent/Patron/Borrower_Discharge.t
t/db_dependent/Patron/Borrower_Files.t
t/db_dependent/Reserves.t
t/db_dependent/Serials_2.t
t/db_dependent/Suggestions.t
t/db_dependent/Utils/Datatables_Virtualshelves.t