https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32530
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168873|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize <[email protected]> --- Created attachment 169101 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169101&action=edit Bug 32530: When duplicating child card, guarantor is not saved When duplicating a child card with a guarantor, the guarantor information appears during the card creation process, but disappears as soon as saving the card. To recreate: 1. Find a card with a guarantor, either patron or non-patron guarantor. 2. Duplicate the card. Note that it appears to be working on the card creation screen. 3. Save the patron after completing the form. The guarantor is now gone. New test plan: 1. Find a card with a guarantor, either patron or non-patron guarantor. 2. Duplicate the card. Note that it appears to be working on the card creation screen. 3. Save the patron after completing the form. The guarantor is now gone. Apply patch and repeat, the guarantor should stay after 3. Note, I may not have understood the code but it looks like nothing is searching for the content of the displayed information. Therefore I add hidden fields that are copies of those provided in guarantor_template class Signed-off-by: Emmi Takkinen <[email protected]> Signed-off-by: Martin Renvoize <[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/
