https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37892
Brendan Lawlor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Brendan Lawlor <[email protected]> --- (In reply to Baptiste Wojtkowski (bwoj) from comment #7) > Oh my bad, I picked a user that could be guarantor to be guarantor and was > waiting for an error.. > > However I cannot reproduce the last point. With all patches, I could obtain > following only using the interface (data are the same as KTD ones I guess, > Dawn and Johnny) : > > +-----+--------------+--------------+--------------+ > | id | guarantor_id | guarantee_id | relationship | > +-----+--------------+--------------+--------------+ > | 102 | 23 | 31 | father | > | 103 | 31 | 23 | father | > +-----+--------------+--------------+--------------+ When I tested I found the 5th patch resolved this issue, and if you try you get the error message: A guarantor cannot be a guarantee. But if you use a third patron when you add the guarantor it still lets you. +----+--------------+--------------+--------------+ | id | guarantor_id | guarantee_id | relationship | +----+--------------+--------------+--------------+ | 1 | 23 | 5 | father | | 2 | 38 | 23 | father | +----+--------------+--------------+--------------+ Not sure if this is an issue or if this is supposed to be allowed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
