[Koha-bugs] [Bug 13084] Mixup of columns in deletedborrowers (still in 3.14)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 15 16:45:51 CEST 2014


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

--- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 32343
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32343&action=edit
Bug 13084: Mixup of columns in deletedborrowers (3.14 version)

I could reproduce this problem in 3.14.4 where I wrote the patch.
Fields shifted like branchcode moved to B_phone.
Could not reproduce it for master.
But this code change seems to improve things on master too.

NOTE: The callers of this routine should use the return value to check,
and not simply assume that it will be fine ;) Changing those places is
out of the scope of this report.

Test plan:
Edit a borrower. Fill all fields if possible.
Delete the borrower.
Check that the table deletedborrower contains the data in the correct fields.

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


More information about the Koha-bugs mailing list