https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #5 from Janusz Kaczmarek <januszop@gmail.com> --- It seems that the column auth_header.origincode is never used in the code. This column exists from the beginning of auth_header table. BTW, a similar column was present also in marc_biblio in ancient times (e.g. in R_2_2_5), but disappeared in 3.00.00. Same for auth_header.linkid -- the last meaningful use of this column was removed by commit b767f50c in 2007. Test plan: 1. git grep for `origincode` and `linkid` before applying the patch to control that there is no meaningful use of these columns 2. apply the patch ; updatedatabase 3. git grep for `origincode` and `linkid`. Note that 'linkid' in .tt and .js is a completely different linkid. 4. prove t/db_dependent/ImportExportFramework.t -- You are receiving this mail because: You are watching all bug changes.