https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21596
--- Comment #7 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
