https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570
Liz Rea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #92279|0 |1 is obsolete| | Attachment #92280|0 |1 is obsolete| | Attachment #92281|0 |1 is obsolete| | Attachment #92282|0 |1 is obsolete| | Attachment #92283|0 |1 is obsolete| | Attachment #92284|0 |1 is obsolete| | Attachment #92285|0 |1 is obsolete| | Attachment #92286|0 |1 is obsolete| | Attachment #92287|0 |1 is obsolete| | Attachment #92288|0 |1 is obsolete| | Attachment #92289|0 |1 is obsolete| | Attachment #92290|0 |1 is obsolete| | Attachment #92291|0 |1 is obsolete| | Attachment #92292|0 |1 is obsolete| | --- Comment #204 from Liz Rea <[email protected]> --- Created attachment 92298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92298&action=edit Bug 14570: Make it possible to add multiple guarantors to a record This patch adds the ability to set an unlimited number of guarantors for a given patron. As before, each guarantor may be linked to another Koha patron, and all the behavior that applies to a given guarantor remains the same. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Find some patrons with guarantors, verify the still have their guarantor 4) Test adding and removing guarantors on a patron record, both Koha users and not 5) Verify the "Add child" button works 6) Verify NoIssuesChargeGuarantees still works 7) Verify tools/cleanborrowers.pl will not delete a guarantor 8) Verify the guarantors are displayed on moremember.pl 9) Verify the guarantor is removed by members/update-child.pl 10) Verify the guarantor is removed by misc/cronjobs/j2a.pl 11) Verify import patrons converts guarantor_id, relationship, contactfirstname, and contactsurname into a guarantor 12) prove t/Patron.t 13) prove t/db_dependent/Circulation.t 14) prove t/db_dependent/Circulation/NoIssuesChargeGuarantees.t 15) prove t/db_dependent/Items.t 16) prove t/db_dependent/Koha/Patrons.t 17) prove t/db_dependent/Members.t 18) prove t/db_dependent/Patron/Relationships.t Signed-off-by: Kim Peine <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> Signed-off-by: Agustin Moyano <[email protected]> Signed-off-by: Liz Rea <[email protected]> -- 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/
