[Koha-bugs] [Bug 11287] Import borrowers doesn't take into account the new restriction system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Dec 22 22:09:39 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11287

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23083|0                           |1
        is obsolete|                            |

--- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> ---
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 <chrisc at catalyst.net.nz>

Works as expected, and fixes the POD too

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


More information about the Koha-bugs mailing list