18 Oct
2018
18 Oct
'18
1:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21596 --- Comment #7 from Nick Clemens <nick@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.