Modifying Members : Add Mod and GetMember
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 25 Aug 2009 21:56:14 +0000 (23:56 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:29:23 +0000 (11:29 +0200)
commit4271bbb738265a0ddc41def39cfd67592645e674
tree34ca25adc31820f999663815826809236268b34e
parentdf9e08d1761cd6f0b5766acbee1cb15327f1c65f
Modifying Members : Add Mod and GetMember

This update the way Member is added and editing so that import and Edition
 could be best automatized
GetMember evolves and allow ppl to serach on a hash of data

Adding SQLHelper A new package to deal with INSERT UPDATE and SELECT

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
46 files changed:
C4/Accounts.pm
C4/Letters.pm
C4/Members.pm
C4/Reports/Guided.pm
C4/Reserves.pm
C4/SIP/ILS/Item.pm
C4/SIP/ILS/Patron.pm
C4/SIP/ILS/Transaction/Hold.pm
C4/SIP/ILS/Transaction/Renew.pm
C4/SIP/ILS/Transaction/RenewAll.pm
C4/SIP/interactive_members_dump.pl
C4/SQLHelper.pm [new file with mode: 0644]
C4/VirtualShelves/Page.pm
acqui/acqui-home.pl
acqui/neworderempty.pl
circ/branchtransfers.pl
members/boraccount.pl
members/borrowers_details.pl
members/mancredit.pl
members/maninvoice.pl
members/member-password.pl
members/memberentry.pl
members/messaging.pl
members/moremember.pl
members/notices.pl
members/pay.pl
members/readingrec.pl
members/update-child.pl
misc/cronjobs/holds/build_holds_queue.pl
offline_circ/process_koc.pl
opac/opac-ISBDdetail.pl
opac/opac-detail.pl
opac/opac-main.pl
reserve/placerequest.pl
reviews/reviewswaiting.pl
serials/routing-preview.pl
serials/routing.pl
t/db_dependent/SQLHelper.t [new file with mode: 0755]
t/lib/KohaTest/Acquisition.pm
t/lib/KohaTest/Acquisition/GetLateOrders.pm
t/lib/KohaTest/Members.pm
t/lib/KohaTest/Members/GetMember.pm
t/lib/KohaTest/Overdues/GetOverdues.pm
t/lib/KohaTest/Scripts/longoverdue.pm
tools/import_borrowers.pl
tools/viewlog.pl