[Koha-bugs] [Bug 21596] Handle default values when storing Koha::Patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 18 14:49:10 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21596

--- Comment #7 from Nick Clemens <nick at bywatersolutions.com> ---
Test plan:
1 - dev_install must be set to 1
2 - prove -v t/db_dependent/Koha/Patrons/Import.t
3 - It fails
4 - Apply patch
5 - It passes
6 - Test importing patrons, it should work

Simple way to import patrons (backup your db first please or let it go):
1 - Run a SQL report "SELECT * FROM borrowers"
2 - Save as csv
3 - Remove the borrowernumber column
4 - Import the file, patrons should match
5 - On the DB delete * FROM borrowers
6 - Import the file, should get your patrons back

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list