https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15765

--- Comment #3 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to