https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 --- Comment #55 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #54)
Thanks for the follow-ups.
(In reply to Jonathan Druart from comment #38)
1. How did you generate $RESULTSET_PATRON_ID_MAPPING? How are we going to keep it up-to-date?
I went through the tables looking for columns that represent borrowernumbers. It's pretty easy for columns with foreign keys to borrowers.borrowernumber, but not all the columns have a borrowernumber. We should just add that to the qa process. If a new column is added that is a borrowernumber, it should be added to the mapping. We could move the mapping itself its own perl module to make it more obvious if you wish. -- You are receiving this mail because: You are watching all bug changes.