https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19382
--- Comment #30 from Tomás Cohen Arazi <[email protected]> --- (In reply to Jonathan Druart from comment #29) > This is confusing to me. > First, child_1 is not a guarantor so only_this_guarantor should not modify > the returned value. Then, in the same logic, only_this_guarantor should not > have any effects if include_guarantors is not set. > > Asking Tomas and Martin for additional feedbacks. Shouldn't we just throw an exception on bad combination of parameters? If patron is not a guarantor, we should throw a Koha::Exception::BadParameter if 'only_this_guarantor' is passed, right? -- 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/
