10 Feb
2016
10 Feb
'16
9:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15765 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We could just add the column for display - not in the database. The borrowernumber will be used to look up the information, like it does for the name already. In the database we should consistently use the borrowernumber for linking between tables, as it's the primary key. You can also use FK constraints to automatically delete a patron from the batches, when the patron record is deleted (not sure if that is the case currently, I haven't checked). -- You are receiving this mail because: You are watching all bug changes.