http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11287
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #23083|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <[email protected]> --- Created attachment 23757 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23757&action=edit Bug 11287 - Import borrowers doesn't take into account the new debarment system The import patrons tool will add restrictions in the previous style ( directly to the borrowers table ). This will actually work, but will result in the restriction being un-removable, and will be overwritten by any new restrictions. Test Plan: 1) Apply this patch 2) Import new patrons with debarrments, note the debarment is created correctly 3) Import existing patrons with overwrite enabled, note that any new debarrment is added, and any existing debarrment is ignored Signed-off-by: Chris Cormack <[email protected]> Works as expected, and fixes the POD too -- 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/
