[Koha-bugs] [Bug 13542] Subscripton is only table to store userid instead of borrowernumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 15:58:25 CET 2016


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
We save the creator in lots of places, maybe we could replaces it with a
creator/user... whatever that has a FK on borrowers with a SET NULL on deletion
of the borrower? 

We could also look up the userid visible in the borrowers and deletedborrowers
tables ... but that might not always lead to a correct borrowernumber (userid
could have been reused... not sure if that happens often).

A bit worried a library might complain, but at the same time I am not sure how
useful it is to save the initial creator - if someone changes the subscription
afer, noone will know.

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


More information about the Koha-bugs mailing list